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 of the parameter
|
String |
getNeedRestart()
Get Whether restart is required after a modification is made.
|
String |
getParamName()
Get Parameter name
|
Long |
getStatus()
Get Parameter status.
|
String[] |
getTextValue()
Get Valid values of the parameter
|
String |
getTips()
Get Parameter description
|
String |
getValueType()
Get Parameter type: Text
|
void |
setCurrentValue(String CurrentValue)
Set Current value
|
void |
setDefaultValue(String DefaultValue)
Set Default value of the parameter
|
void |
setNeedRestart(String NeedRestart)
Set Whether restart is required after a modification is made.
|
void |
setParamName(String ParamName)
Set Parameter name
|
void |
setStatus(Long Status)
Set Parameter status.
|
void |
setTextValue(String[] TextValue)
Set Valid values of the parameter
|
void |
setTips(String Tips)
Set Parameter description
|
void |
setValueType(String ValueType)
Set Parameter type: Text
|
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 getParamName()
public void setParamName(String ParamName)
ParamName
- Parameter namepublic String getValueType()
public void setValueType(String ValueType)
ValueType
- Parameter type: Textpublic String getNeedRestart()
public void setNeedRestart(String NeedRestart)
NeedRestart
- Whether restart is required after a modification is made. Valid values: true, falsepublic String getDefaultValue()
public void setDefaultValue(String DefaultValue)
DefaultValue
- Default value of the parameterpublic String getCurrentValue()
public void setCurrentValue(String CurrentValue)
CurrentValue
- Current valuepublic String getTips()
public void setTips(String Tips)
Tips
- Parameter descriptionpublic String[] getTextValue()
public void setTextValue(String[] TextValue)
TextValue
- Valid values of the parameterpublic Long getStatus()
public void setStatus(Long Status)
Status
- Parameter status. 1: modifying; 2: modifiedCopyright © 2023. All rights reserved.