Class OpensearchISMHistorySettings

java.lang.Object
com.exoscale.sdk.model.OpensearchISMHistorySettings

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class OpensearchISMHistorySettings extends Object
OpensearchISMHistorySettings
  • Field Details

    • JSON_PROPERTY_ISM_ENABLED

      public static final String JSON_PROPERTY_ISM_ENABLED
      See Also:
    • JSON_PROPERTY_ISM_HISTORY_ENABLED

      public static final String JSON_PROPERTY_ISM_HISTORY_ENABLED
      See Also:
    • JSON_PROPERTY_ISM_HISTORY_MAX_AGE

      public static final String JSON_PROPERTY_ISM_HISTORY_MAX_AGE
      See Also:
    • JSON_PROPERTY_ISM_HISTORY_MAX_DOCS

      public static final String JSON_PROPERTY_ISM_HISTORY_MAX_DOCS
      See Also:
    • JSON_PROPERTY_ISM_HISTORY_ROLLOVER_CHECK_PERIOD

      public static final String JSON_PROPERTY_ISM_HISTORY_ROLLOVER_CHECK_PERIOD
      See Also:
    • JSON_PROPERTY_ISM_HISTORY_ROLLOVER_RETENTION_PERIOD

      public static final String JSON_PROPERTY_ISM_HISTORY_ROLLOVER_RETENTION_PERIOD
      See Also:
  • Constructor Details

    • OpensearchISMHistorySettings

      public OpensearchISMHistorySettings()
  • Method Details

    • ismEnabled

      public OpensearchISMHistorySettings ismEnabled(Boolean ismEnabled)
    • getIsmEnabled

      @Nonnull public Boolean getIsmEnabled()
      Get ismEnabled
      Returns:
      ismEnabled
    • setIsmEnabled

      public void setIsmEnabled(Boolean ismEnabled)
    • ismHistoryEnabled

      public OpensearchISMHistorySettings ismHistoryEnabled(Boolean ismHistoryEnabled)
    • getIsmHistoryEnabled

      @Nullable public Boolean getIsmHistoryEnabled()
      Get ismHistoryEnabled
      Returns:
      ismHistoryEnabled
    • setIsmHistoryEnabled

      public void setIsmHistoryEnabled(Boolean ismHistoryEnabled)
    • ismHistoryMaxAge

      public OpensearchISMHistorySettings ismHistoryMaxAge(Integer ismHistoryMaxAge)
    • getIsmHistoryMaxAge

      @Nullable public Integer getIsmHistoryMaxAge()
      Get ismHistoryMaxAge minimum: 1 maximum: 2147483647
      Returns:
      ismHistoryMaxAge
    • setIsmHistoryMaxAge

      public void setIsmHistoryMaxAge(Integer ismHistoryMaxAge)
    • ismHistoryMaxDocs

      public OpensearchISMHistorySettings ismHistoryMaxDocs(Integer ismHistoryMaxDocs)
    • getIsmHistoryMaxDocs

      @Nullable public Integer getIsmHistoryMaxDocs()
      Get ismHistoryMaxDocs minimum: 1 maximum: 9223372036854775807
      Returns:
      ismHistoryMaxDocs
    • setIsmHistoryMaxDocs

      public void setIsmHistoryMaxDocs(Integer ismHistoryMaxDocs)
    • ismHistoryRolloverCheckPeriod

      public OpensearchISMHistorySettings ismHistoryRolloverCheckPeriod(Integer ismHistoryRolloverCheckPeriod)
    • getIsmHistoryRolloverCheckPeriod

      @Nullable public Integer getIsmHistoryRolloverCheckPeriod()
      Get ismHistoryRolloverCheckPeriod minimum: 1 maximum: 2147483647
      Returns:
      ismHistoryRolloverCheckPeriod
    • setIsmHistoryRolloverCheckPeriod

      public void setIsmHistoryRolloverCheckPeriod(Integer ismHistoryRolloverCheckPeriod)
    • ismHistoryRolloverRetentionPeriod

      public OpensearchISMHistorySettings ismHistoryRolloverRetentionPeriod(Integer ismHistoryRolloverRetentionPeriod)
    • getIsmHistoryRolloverRetentionPeriod

      @Nullable public Integer getIsmHistoryRolloverRetentionPeriod()
      Get ismHistoryRolloverRetentionPeriod minimum: 1 maximum: 2147483647
      Returns:
      ismHistoryRolloverRetentionPeriod
    • setIsmHistoryRolloverRetentionPeriod

      public void setIsmHistoryRolloverRetentionPeriod(Integer ismHistoryRolloverRetentionPeriod)
    • equals

      public boolean equals(Object o)
      Return true if this Opensearch_ISM_History_Settings object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string