public class IndexPolicyField extends AbstractModel
Constructor and Description |
---|
IndexPolicyField() |
IndexPolicyField(IndexPolicyField source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getColdAction()
Get /
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getColdEnable()
Get Whether to enable the cold phase
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getColdMinAge()
Get Min age before data transitions to the cold phase
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getFrozenEnable()
Get Whether to enable the frozen phase
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getFrozenMinAge()
Get Min age before data transitions to the frozen phase
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getWarmEnable()
Get Whether to enable the warm phase
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getWarmMinAge()
Get Min age before data transitions to the warm phase
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setColdAction(String ColdAction)
Set /
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setColdEnable(String ColdEnable)
Set Whether to enable the cold phase
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setColdMinAge(String ColdMinAge)
Set Min age before data transitions to the cold phase
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setFrozenEnable(String FrozenEnable)
Set Whether to enable the frozen phase
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setFrozenMinAge(String FrozenMinAge)
Set Min age before data transitions to the frozen phase
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setWarmEnable(String WarmEnable)
Set Whether to enable the warm phase
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setWarmMinAge(String WarmMinAge)
Set Min age before data transitions to the warm phase
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public IndexPolicyField()
public IndexPolicyField(IndexPolicyField source)
public String getWarmEnable()
public void setWarmEnable(String WarmEnable)
WarmEnable
- Whether to enable the warm phase
Note: This field may return `null`, indicating that no valid value can be obtained.public String getWarmMinAge()
public void setWarmMinAge(String WarmMinAge)
WarmMinAge
- Min age before data transitions to the warm phase
Note: This field may return `null`, indicating that no valid value can be obtained.public String getColdEnable()
public void setColdEnable(String ColdEnable)
ColdEnable
- Whether to enable the cold phase
Note: This field may return `null`, indicating that no valid value can be obtained.public String getColdMinAge()
public void setColdMinAge(String ColdMinAge)
ColdMinAge
- Min age before data transitions to the cold phase
Note: This field may return `null`, indicating that no valid value can be obtained.public String getFrozenEnable()
public void setFrozenEnable(String FrozenEnable)
FrozenEnable
- Whether to enable the frozen phase
Note: This field may return `null`, indicating that no valid value can be obtained.public String getFrozenMinAge()
public void setFrozenMinAge(String FrozenMinAge)
FrozenMinAge
- Min age before data transitions to the frozen phase
Note: This field may return `null`, indicating that no valid value can be obtained.public String getColdAction()
public void setColdAction(String ColdAction)
ColdAction
- /
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2023. All rights reserved.