public class InstanceEnumParam extends AbstractModel
Constructor and Description |
---|
InstanceEnumParam() |
InstanceEnumParam(InstanceEnumParam 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[] |
getEnumValue()
Get Acceptable values
|
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 |
getValueType()
Get Data type of the parameter
|
void |
setCurrentValue(String CurrentValue)
Set Current value
|
void |
setDefaultValue(String DefaultValue)
Set Default value
|
void |
setEnumValue(String[] EnumValue)
Set Acceptable values
|
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 |
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, toJsonString
public InstanceEnumParam()
public InstanceEnumParam(InstanceEnumParam source)
public String getCurrentValue()
public void setCurrentValue(String CurrentValue)
CurrentValue
- Current valuepublic String getDefaultValue()
public void setDefaultValue(String DefaultValue)
DefaultValue
- Default valuepublic String[] getEnumValue()
public void setEnumValue(String[] EnumValue)
EnumValue
- Acceptable valuespublic 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)Copyright © 2023. All rights reserved.