public class InstanceTextParam extends AbstractModel
Constructor and Description |
---|
InstanceTextParam() |
InstanceTextParam(InstanceTextParam 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 |
getNeedRestart()
Get Whether to restart the instance for the parameter to take effect
|
String |
getParamName()
Get Parameter name
|
String |
getStatus()
Get Whether `CurrentValue` is the parameter value actually in use.
|
String |
getTextValue()
Get Value of a text parameter
|
String[] |
getTips()
Get Parameter description
|
String |
getValueType()
Get Value type
|
void |
setCurrentValue(String CurrentValue)
Set Current value
|
void |
setDefaultValue(String DefaultValue)
Set Default 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(String Status)
Set Whether `CurrentValue` is the parameter value actually in use.
|
void |
setTextValue(String TextValue)
Set Value of a text parameter
|
void |
setTips(String[] Tips)
Set Parameter description
|
void |
setValueType(String ValueType)
Set Value type
|
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 InstanceTextParam()
public InstanceTextParam(InstanceTextParam source)
public String getCurrentValue()
public void setCurrentValue(String CurrentValue)
CurrentValue
- Current valuepublic String getDefaultValue()
public void setDefaultValue(String DefaultValue)
DefaultValue
- Default valuepublic String getNeedRestart()
public void setNeedRestart(String NeedRestart)
NeedRestart
- Whether to restart the instance for the parameter to take effectpublic String getParamName()
public void setParamName(String ParamName)
ParamName
- Parameter namepublic String getTextValue()
public void setTextValue(String TextValue)
TextValue
- Value of a text parameterpublic String[] getTips()
public void setTips(String[] Tips)
Tips
- Parameter descriptionpublic String getValueType()
public void setValueType(String ValueType)
ValueType
- Value typepublic String getStatus()
public void setStatus(String Status)
Status
- Whether `CurrentValue` is the parameter value actually in use. Valid values: `1` (yes), `0` (no)Copyright © 2023. All rights reserved.