Class ParamItemDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cynosdb.v20190107.models.ParamItemDetail
-
public class ParamItemDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ParamItemDetail()ParamItemDetail(ParamItemDetail 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 当前值StringgetDefault()Get 默认值StringgetDescription()Get 参数描述String[]getEnumValue()Get 参数的可选枚举值。如果为非枚举值,则为空StringgetFunc()Get 参数配置公式 注意:此字段可能返回 null,表示取不到有效值。BooleangetIsFunc()Get 类型是否为公式 注意:此字段可能返回 null,表示取不到有效值。LonggetIsGlobal()Get 1:全局参数,0:非全局参数StringgetMax()Get 最大值StringgetMin()Get 最小值LonggetNeedReboot()Get 修改参数后,是否需要重启数据库以使参数生效。0-不需要重启,1-需要重启。StringgetParamName()Get 参数名称StringgetParamType()Get 参数类型:integer,enum,float,string,funcvoidsetCurrentValue(String CurrentValue)Set 当前值voidsetDefault(String Default)Set 默认值voidsetDescription(String Description)Set 参数描述voidsetEnumValue(String[] EnumValue)Set 参数的可选枚举值。如果为非枚举值,则为空voidsetFunc(String Func)Set 参数配置公式 注意:此字段可能返回 null,表示取不到有效值。voidsetIsFunc(Boolean IsFunc)Set 类型是否为公式 注意:此字段可能返回 null,表示取不到有效值。voidsetIsGlobal(Long IsGlobal)Set 1:全局参数,0:非全局参数voidsetMax(String Max)Set 最大值voidsetMin(String Min)Set 最小值voidsetNeedReboot(Long NeedReboot)Set 修改参数后,是否需要重启数据库以使参数生效。0-不需要重启,1-需要重启。voidsetParamName(String ParamName)Set 参数名称voidsetParamType(String ParamType)Set 参数类型:integer,enum,float,string,funcvoidtoMap(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
-
ParamItemDetail
public ParamItemDetail()
-
ParamItemDetail
public ParamItemDetail(ParamItemDetail 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- 当前值
-
getDefault
public String getDefault()
Get 默认值- Returns:
- Default 默认值
-
setDefault
public void setDefault(String Default)
Set 默认值- Parameters:
Default- 默认值
-
getEnumValue
public String[] getEnumValue()
Get 参数的可选枚举值。如果为非枚举值,则为空- Returns:
- EnumValue 参数的可选枚举值。如果为非枚举值,则为空
-
setEnumValue
public void setEnumValue(String[] EnumValue)
Set 参数的可选枚举值。如果为非枚举值,则为空- Parameters:
EnumValue- 参数的可选枚举值。如果为非枚举值,则为空
-
getIsGlobal
public Long getIsGlobal()
Get 1:全局参数,0:非全局参数- Returns:
- IsGlobal 1:全局参数,0:非全局参数
-
setIsGlobal
public void setIsGlobal(Long IsGlobal)
Set 1:全局参数,0:非全局参数- Parameters:
IsGlobal- 1:全局参数,0:非全局参数
-
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- 最小值
-
getNeedReboot
public Long getNeedReboot()
Get 修改参数后,是否需要重启数据库以使参数生效。0-不需要重启,1-需要重启。- Returns:
- NeedReboot 修改参数后,是否需要重启数据库以使参数生效。0-不需要重启,1-需要重启。
-
setNeedReboot
public void setNeedReboot(Long NeedReboot)
Set 修改参数后,是否需要重启数据库以使参数生效。0-不需要重启,1-需要重启。- Parameters:
NeedReboot- 修改参数后,是否需要重启数据库以使参数生效。0-不需要重启,1-需要重启。
-
getParamName
public String getParamName()
Get 参数名称- Returns:
- ParamName 参数名称
-
setParamName
public void setParamName(String ParamName)
Set 参数名称- Parameters:
ParamName- 参数名称
-
getParamType
public String getParamType()
Get 参数类型:integer,enum,float,string,func- Returns:
- ParamType 参数类型:integer,enum,float,string,func
-
setParamType
public void setParamType(String ParamType)
Set 参数类型:integer,enum,float,string,func- Parameters:
ParamType- 参数类型:integer,enum,float,string,func
-
getDescription
public String getDescription()
Get 参数描述- Returns:
- Description 参数描述
-
setDescription
public void setDescription(String Description)
Set 参数描述- Parameters:
Description- 参数描述
-
getIsFunc
public Boolean getIsFunc()
Get 类型是否为公式 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IsFunc 类型是否为公式 注意:此字段可能返回 null,表示取不到有效值。
-
setIsFunc
public void setIsFunc(Boolean IsFunc)
Set 类型是否为公式 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IsFunc- 类型是否为公式 注意:此字段可能返回 null,表示取不到有效值。
-
getFunc
public String getFunc()
Get 参数配置公式 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Func 参数配置公式 注意:此字段可能返回 null,表示取不到有效值。
-
setFunc
public void setFunc(String Func)
Set 参数配置公式 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Func- 参数配置公式 注意:此字段可能返回 null,表示取不到有效值。
-
-