Class InstanceIntegerParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.redis.v20180412.models.InstanceIntegerParam
-
public class InstanceIntegerParam extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrentValue()Get 当前运行参数值StringgetDefaultValue()Get 参数默认值StringgetMax()Get 参数最大值StringgetMin()Get 参数最小值StringgetNeedRestart()Get 修改后是否需要重启:true,falseStringgetParamName()Get 参数名LonggetStatus()Get 参数状态, 1: 修改中, 2:修改完成StringgetTips()Get 参数说明StringgetUnit()Get 参数单位 注意:此字段可能返回 null,表示取不到有效值。StringgetValueType()Get 参数类型:integervoidsetCurrentValue(String CurrentValue)Set 当前运行参数值voidsetDefaultValue(String DefaultValue)Set 参数默认值voidsetMax(String Max)Set 参数最大值voidsetMin(String Min)Set 参数最小值voidsetNeedRestart(String NeedRestart)Set 修改后是否需要重启:true,falsevoidsetParamName(String ParamName)Set 参数名voidsetStatus(Long Status)Set 参数状态, 1: 修改中, 2:修改完成voidsetTips(String Tips)Set 参数说明voidsetUnit(String Unit)Set 参数单位 注意:此字段可能返回 null,表示取不到有效值。voidsetValueType(String ValueType)Set 参数类型:integervoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
InstanceIntegerParam
public InstanceIntegerParam()
-
InstanceIntegerParam
public 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.
-
-
Method Detail
-
getParamName
public String getParamName()
Get 参数名- Returns:
- ParamName 参数名
-
setParamName
public void setParamName(String ParamName)
Set 参数名- Parameters:
ParamName- 参数名
-
getValueType
public String getValueType()
Get 参数类型:integer- Returns:
- ValueType 参数类型:integer
-
setValueType
public void setValueType(String ValueType)
Set 参数类型:integer- Parameters:
ValueType- 参数类型:integer
-
getNeedRestart
public String getNeedRestart()
Get 修改后是否需要重启:true,false- Returns:
- NeedRestart 修改后是否需要重启:true,false
-
setNeedRestart
public void setNeedRestart(String NeedRestart)
Set 修改后是否需要重启:true,false- Parameters:
NeedRestart- 修改后是否需要重启:true,false
-
getDefaultValue
public String getDefaultValue()
Get 参数默认值- Returns:
- DefaultValue 参数默认值
-
setDefaultValue
public void setDefaultValue(String DefaultValue)
Set 参数默认值- Parameters:
DefaultValue- 参数默认值
-
getCurrentValue
public String getCurrentValue()
Get 当前运行参数值- Returns:
- CurrentValue 当前运行参数值
-
setCurrentValue
public void setCurrentValue(String CurrentValue)
Set 当前运行参数值- Parameters:
CurrentValue- 当前运行参数值
-
getTips
public String getTips()
Get 参数说明- Returns:
- Tips 参数说明
-
setTips
public void setTips(String Tips)
Set 参数说明- Parameters:
Tips- 参数说明
-
getMin
public String getMin()
Get 参数最小值- Returns:
- Min 参数最小值
-
setMin
public void setMin(String Min)
Set 参数最小值- Parameters:
Min- 参数最小值
-
getMax
public String getMax()
Get 参数最大值- Returns:
- Max 参数最大值
-
setMax
public void setMax(String Max)
Set 参数最大值- Parameters:
Max- 参数最大值
-
getStatus
public Long getStatus()
Get 参数状态, 1: 修改中, 2:修改完成- Returns:
- Status 参数状态, 1: 修改中, 2:修改完成
-
setStatus
public void setStatus(Long Status)
Set 参数状态, 1: 修改中, 2:修改完成- Parameters:
Status- 参数状态, 1: 修改中, 2:修改完成
-
getUnit
public String getUnit()
Get 参数单位 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Unit 参数单位 注意:此字段可能返回 null,表示取不到有效值。
-
setUnit
public void setUnit(String Unit)
Set 参数单位 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Unit- 参数单位 注意:此字段可能返回 null,表示取不到有效值。
-
-