public class InstanceIntegerParam extends AbstractModel
| Constructor and Description | 
|---|
| InstanceIntegerParam() | 
| InstanceIntegerParam(InstanceIntegerParam 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 | getCurrentValue()Get Current value | 
| String | getDefaultValue()Get Default value | 
| String | getMax()Get Maximum value | 
| String | getMin()Get Minimum value | 
| String | getNeedRestart()Get Whether to restart the instance for the parameter to take effect. | 
| String | getParamName()Get Parameter name | 
| Long | getStatus()Get Whether `CurrentValue` is the parameter value actually in use. | 
| String[] | getTips()Get Parameter description | 
| String | getUnit()Get Redundant field which can be ignored | 
| String | getValueType()Get Data type of the parameter | 
| void | setCurrentValue(String CurrentValue)Set Current value | 
| void | setDefaultValue(String DefaultValue)Set Default value | 
| void | setMax(String Max)Set Maximum value | 
| void | setMin(String Min)Set Minimum value | 
| void | setNeedRestart(String NeedRestart)Set Whether to restart the instance for the parameter to take effect. | 
| void | setParamName(String ParamName)Set Parameter name | 
| void | setStatus(Long Status)Set Whether `CurrentValue` is the parameter value actually in use. | 
| void | setTips(String[] Tips)Set Parameter description | 
| void | setUnit(String Unit)Set Redundant field which can be ignored | 
| void | setValueType(String ValueType)Set Data type of the parameter | 
| 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, toJsonStringpublic InstanceIntegerParam()
public InstanceIntegerParam(InstanceIntegerParam source)
public String getCurrentValue()
public void setCurrentValue(String CurrentValue)
CurrentValue - Current valuepublic String getDefaultValue()
public void setDefaultValue(String DefaultValue)
DefaultValue - Default valuepublic String getMax()
public void setMax(String Max)
Max - Maximum valuepublic String getMin()
public void setMin(String Min)
Min - Minimum valuepublic String getNeedRestart()
public void setNeedRestart(String NeedRestart)
NeedRestart - Whether to restart the instance for the parameter to take effect. Valid values: `1` (yes), `0` (no, which means the parameter setting takes effect immediately)public String getParamName()
public void setParamName(String ParamName)
ParamName - Parameter namepublic String[] getTips()
public void setTips(String[] Tips)
Tips - Parameter descriptionpublic String getValueType()
public void setValueType(String ValueType)
ValueType - Data type of the parameterpublic Long getStatus()
public void setStatus(Long Status)
Status - Whether `CurrentValue` is the parameter value actually in use. Valid values: `1` (yes), `0` (no)public String getUnit()
public void setUnit(String Unit)
Unit - Redundant field which can be ignoredCopyright © 2022. All rights reserved.