Class InstanceIntegerParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mongodb.v20190725.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 参数修改之后是否需要重启生效。 - 1:需要重启后生效。 - 0:无需重启,设置成功即可生效。StringgetParamName()Get 参数名称。LonggetStatus()Get 是否为运行中参数值。 - 1:运行中参数值。 - 0:非运行中参数值。String[]getTips()Get 参数说明。StringgetUnit()Get 冗余字段,可忽略。StringgetValueType()Get 参数类型。voidsetCurrentValue(String CurrentValue)Set 参数当前值。voidsetDefaultValue(String DefaultValue)Set 参数默认值。voidsetMax(String Max)Set 参数最大值。voidsetMin(String Min)Set 最小值。voidsetNeedRestart(String NeedRestart)Set 参数修改之后是否需要重启生效。 - 1:需要重启后生效。 - 0:无需重启,设置成功即可生效。voidsetParamName(String ParamName)Set 参数名称。voidsetStatus(Long Status)Set 是否为运行中参数值。 - 1:运行中参数值。 - 0:非运行中参数值。voidsetTips(String[] Tips)Set 参数说明。voidsetUnit(String Unit)Set 冗余字段,可忽略。voidsetValueType(String ValueType)Set 参数类型。voidtoMap(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
-
getCurrentValue
public String getCurrentValue()
Get 参数当前值。- Returns:
- CurrentValue 参数当前值。
-
setCurrentValue
public void setCurrentValue(String CurrentValue)
Set 参数当前值。- Parameters:
CurrentValue- 参数当前值。
-
getDefaultValue
public String getDefaultValue()
Get 参数默认值。- Returns:
- DefaultValue 参数默认值。
-
setDefaultValue
public void setDefaultValue(String DefaultValue)
Set 参数默认值。- Parameters:
DefaultValue- 参数默认值。
-
getMax
public String getMax()
Get 参数最大值。- Returns:
- Max 参数最大值。
-
setMax
public void setMax(String Max)
Set 参数最大值。- Parameters:
Max- 参数最大值。
-
getMin
public String getMin()
Get 最小值。- Returns:
- Min 最小值。
-
setMin
public void setMin(String Min)
Set 最小值。- Parameters:
Min- 最小值。
-
getNeedRestart
public String getNeedRestart()
Get 参数修改之后是否需要重启生效。 - 1:需要重启后生效。 - 0:无需重启,设置成功即可生效。- Returns:
- NeedRestart 参数修改之后是否需要重启生效。 - 1:需要重启后生效。 - 0:无需重启,设置成功即可生效。
-
setNeedRestart
public void setNeedRestart(String NeedRestart)
Set 参数修改之后是否需要重启生效。 - 1:需要重启后生效。 - 0:无需重启,设置成功即可生效。- Parameters:
NeedRestart- 参数修改之后是否需要重启生效。 - 1:需要重启后生效。 - 0:无需重启,设置成功即可生效。
-
getParamName
public String getParamName()
Get 参数名称。- Returns:
- ParamName 参数名称。
-
setParamName
public void setParamName(String ParamName)
Set 参数名称。- Parameters:
ParamName- 参数名称。
-
getTips
public String[] getTips()
Get 参数说明。- Returns:
- Tips 参数说明。
-
setTips
public void setTips(String[] Tips)
Set 参数说明。- Parameters:
Tips- 参数说明。
-
getValueType
public String getValueType()
Get 参数类型。- Returns:
- ValueType 参数类型。
-
setValueType
public void setValueType(String ValueType)
Set 参数类型。- Parameters:
ValueType- 参数类型。
-
getStatus
public Long getStatus()
Get 是否为运行中参数值。 - 1:运行中参数值。 - 0:非运行中参数值。- Returns:
- Status 是否为运行中参数值。 - 1:运行中参数值。 - 0:非运行中参数值。
-
setStatus
public void setStatus(Long Status)
Set 是否为运行中参数值。 - 1:运行中参数值。 - 0:非运行中参数值。- Parameters:
Status- 是否为运行中参数值。 - 1:运行中参数值。 - 0:非运行中参数值。
-
getUnit
public String getUnit()
Get 冗余字段,可忽略。- Returns:
- Unit 冗余字段,可忽略。
-
setUnit
public void setUnit(String Unit)
Set 冗余字段,可忽略。- Parameters:
Unit- 冗余字段,可忽略。
-
-