public class ParameterDetail extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and 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. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ParameterDetail()
public ParameterDetail(ParameterDetail source)
public String getName()
public void setName(String Name)
Name - 参数名称public String getParamType()
public void setParamType(String ParamType)
ParamType - 参数类型,integer-整型,enum-枚举型public String getDefault()
public void setDefault(String Default)
Default - 参数默认值public String getDescription()
public void setDescription(String Description)
Description - 参数描述public String getCurrentValue()
public void setCurrentValue(String CurrentValue)
CurrentValue - 参数当前值public Long getNeedReboot()
public void setNeedReboot(Long NeedReboot)
NeedReboot - 修改参数后,是否需要重启数据库以使参数生效,0-不需要重启,1-需要重启public Long getMax()
public void setMax(Long Max)
Max - 参数允许的最大值public Long getMin()
public void setMin(Long Min)
Min - 参数允许的最小值public String[] getEnumValue()
public void setEnumValue(String[] EnumValue)
EnumValue - 参数允许的枚举类型public Long getStatus()
public void setStatus(Long Status)
Status - 参数状态 0-状态正常 1-在修改中Copyright © 2025. All rights reserved.