Package com.exoscale.sdk.model
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 Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_ISM_ENABLED
static String
JSON_PROPERTY_ISM_HISTORY_ENABLED
static String
JSON_PROPERTY_ISM_HISTORY_MAX_AGE
static String
JSON_PROPERTY_ISM_HISTORY_MAX_DOCS
static String
JSON_PROPERTY_ISM_HISTORY_ROLLOVER_CHECK_PERIOD
static String
JSON_PROPERTY_ISM_HISTORY_ROLLOVER_RETENTION_PERIOD
-
Constructor Summary
Constructors Constructor Description OpensearchISMHistorySettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Return true if this Opensearch_ISM_History_Settings object is equal to o.Boolean
getIsmEnabled()
Get ismEnabledBoolean
getIsmHistoryEnabled()
Get ismHistoryEnabledInteger
getIsmHistoryMaxAge()
Get ismHistoryMaxAge minimum: 1 maximum: 2147483647Integer
getIsmHistoryMaxDocs()
Get ismHistoryMaxDocs minimum: 1 maximum: 9223372036854775807Integer
getIsmHistoryRolloverCheckPeriod()
Get ismHistoryRolloverCheckPeriod minimum: 1 maximum: 2147483647Integer
getIsmHistoryRolloverRetentionPeriod()
Get ismHistoryRolloverRetentionPeriod minimum: 1 maximum: 2147483647int
hashCode()
OpensearchISMHistorySettings
ismEnabled(Boolean ismEnabled)
OpensearchISMHistorySettings
ismHistoryEnabled(Boolean ismHistoryEnabled)
OpensearchISMHistorySettings
ismHistoryMaxAge(Integer ismHistoryMaxAge)
OpensearchISMHistorySettings
ismHistoryMaxDocs(Integer ismHistoryMaxDocs)
OpensearchISMHistorySettings
ismHistoryRolloverCheckPeriod(Integer ismHistoryRolloverCheckPeriod)
OpensearchISMHistorySettings
ismHistoryRolloverRetentionPeriod(Integer ismHistoryRolloverRetentionPeriod)
void
setIsmEnabled(Boolean ismEnabled)
void
setIsmHistoryEnabled(Boolean ismHistoryEnabled)
void
setIsmHistoryMaxAge(Integer ismHistoryMaxAge)
void
setIsmHistoryMaxDocs(Integer ismHistoryMaxDocs)
void
setIsmHistoryRolloverCheckPeriod(Integer ismHistoryRolloverCheckPeriod)
void
setIsmHistoryRolloverRetentionPeriod(Integer ismHistoryRolloverRetentionPeriod)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_ISM_ENABLED
public static final String JSON_PROPERTY_ISM_ENABLED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ISM_HISTORY_ENABLED
public static final String JSON_PROPERTY_ISM_HISTORY_ENABLED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ISM_HISTORY_MAX_AGE
public static final String JSON_PROPERTY_ISM_HISTORY_MAX_AGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ISM_HISTORY_MAX_DOCS
public static final String JSON_PROPERTY_ISM_HISTORY_MAX_DOCS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ISM_HISTORY_ROLLOVER_CHECK_PERIOD
public static final String JSON_PROPERTY_ISM_HISTORY_ROLLOVER_CHECK_PERIOD
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ISM_HISTORY_ROLLOVER_RETENTION_PERIOD
public static final String JSON_PROPERTY_ISM_HISTORY_ROLLOVER_RETENTION_PERIOD
- See Also:
- Constant Field Values
-
-
Method Detail
-
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.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-