Class ParameterDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sqlserver.v20180328.models.ParameterDetail
-
public class ParameterDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ParameterDetail()
ParameterDetail(ParameterDetail 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 String
getCurrentValue()
Get 参数当前值String
getDefault()
Get 参数默认值String
getDescription()
Get 参数描述String[]
getEnumValue()
Get 参数允许的枚举类型Long
getMax()
Get 参数允许的最大值Long
getMin()
Get 参数允许的最小值String
getName()
Get 参数名称Long
getNeedReboot()
Get 修改参数后,是否需要重启数据库以使参数生效,0-不需要重启,1-需要重启String
getParamType()
Get 参数类型,integer-整型,enum-枚举型Long
getStatus()
Get 参数状态 0-状态正常 1-在修改中void
setCurrentValue(String CurrentValue)
Set 参数当前值void
setDefault(String Default)
Set 参数默认值void
setDescription(String Description)
Set 参数描述void
setEnumValue(String[] EnumValue)
Set 参数允许的枚举类型void
setMax(Long Max)
Set 参数允许的最大值void
setMin(Long Min)
Set 参数允许的最小值void
setName(String Name)
Set 参数名称void
setNeedReboot(Long NeedReboot)
Set 修改参数后,是否需要重启数据库以使参数生效,0-不需要重启,1-需要重启void
setParamType(String ParamType)
Set 参数类型,integer-整型,enum-枚举型void
setStatus(Long Status)
Set 参数状态 0-状态正常 1-在修改中void
toMap(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
-
ParameterDetail
public ParameterDetail()
-
ParameterDetail
public ParameterDetail(ParameterDetail 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
-
getName
public String getName()
Get 参数名称- Returns:
- Name 参数名称
-
setName
public void setName(String Name)
Set 参数名称- Parameters:
Name
- 参数名称
-
getParamType
public String getParamType()
Get 参数类型,integer-整型,enum-枚举型- Returns:
- ParamType 参数类型,integer-整型,enum-枚举型
-
setParamType
public void setParamType(String ParamType)
Set 参数类型,integer-整型,enum-枚举型- Parameters:
ParamType
- 参数类型,integer-整型,enum-枚举型
-
getDefault
public String getDefault()
Get 参数默认值- Returns:
- Default 参数默认值
-
setDefault
public void setDefault(String Default)
Set 参数默认值- Parameters:
Default
- 参数默认值
-
getDescription
public String getDescription()
Get 参数描述- Returns:
- Description 参数描述
-
setDescription
public void setDescription(String Description)
Set 参数描述- Parameters:
Description
- 参数描述
-
getCurrentValue
public String getCurrentValue()
Get 参数当前值- Returns:
- CurrentValue 参数当前值
-
setCurrentValue
public void setCurrentValue(String CurrentValue)
Set 参数当前值- Parameters:
CurrentValue
- 参数当前值
-
getNeedReboot
public Long getNeedReboot()
Get 修改参数后,是否需要重启数据库以使参数生效,0-不需要重启,1-需要重启- Returns:
- NeedReboot 修改参数后,是否需要重启数据库以使参数生效,0-不需要重启,1-需要重启
-
setNeedReboot
public void setNeedReboot(Long NeedReboot)
Set 修改参数后,是否需要重启数据库以使参数生效,0-不需要重启,1-需要重启- Parameters:
NeedReboot
- 修改参数后,是否需要重启数据库以使参数生效,0-不需要重启,1-需要重启
-
getMax
public Long getMax()
Get 参数允许的最大值- Returns:
- Max 参数允许的最大值
-
setMax
public void setMax(Long Max)
Set 参数允许的最大值- Parameters:
Max
- 参数允许的最大值
-
getMin
public Long getMin()
Get 参数允许的最小值- Returns:
- Min 参数允许的最小值
-
setMin
public void setMin(Long Min)
Set 参数允许的最小值- Parameters:
Min
- 参数允许的最小值
-
getEnumValue
public String[] getEnumValue()
Get 参数允许的枚举类型- Returns:
- EnumValue 参数允许的枚举类型
-
setEnumValue
public void setEnumValue(String[] EnumValue)
Set 参数允许的枚举类型- Parameters:
EnumValue
- 参数允许的枚举类型
-
getStatus
public Long getStatus()
Get 参数状态 0-状态正常 1-在修改中- Returns:
- Status 参数状态 0-状态正常 1-在修改中
-
setStatus
public void setStatus(Long Status)
Set 参数状态 0-状态正常 1-在修改中- Parameters:
Status
- 参数状态 0-状态正常 1-在修改中
-
-