public class ParamItemDetail extends AbstractModel
header, skipSign| Constructor and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCurrentValue()
Get Current value 
 | 
String | 
getDefault()
Get Default value 
 | 
String | 
getDescription()
Get Parameter description 
 | 
String[] | 
getEnumValue()
Get Enumerated values of the parameter It is null if the parameter is non-enumerated. 
 | 
String | 
getFunc()
Get Parameter configuration formula. 
 | 
String | 
getFuncPattern()
Get The default formula style of parameters that support formulas. 
 | 
Boolean | 
getIsFunc()
Get Whether the type is a formula. 
 | 
Long | 
getIsGlobal()
Get Valid values: `1` (global parameter),  `0`  (non-global parameter). 
 | 
String | 
getMax()
Get Maximum value 
 | 
String | 
getMin()
Get Minimum value 
 | 
Long | 
getNeedReboot()
Get Whether to restart the database for the modified parameters to take effect. 
 | 
String | 
getParamName()
Get Parameter name 
 | 
String | 
getParamType()
Get Parameter type. 
 | 
void | 
setCurrentValue(String CurrentValue)
Set Current value 
 | 
void | 
setDefault(String Default)
Set Default value 
 | 
void | 
setDescription(String Description)
Set Parameter description 
 | 
void | 
setEnumValue(String[] EnumValue)
Set Enumerated values of the parameter It is null if the parameter is non-enumerated. 
 | 
void | 
setFunc(String Func)
Set Parameter configuration formula. 
 | 
void | 
setFuncPattern(String FuncPattern)
Set The default formula style of parameters that support formulas. 
 | 
void | 
setIsFunc(Boolean IsFunc)
Set Whether the type is a formula. 
 | 
void | 
setIsGlobal(Long IsGlobal)
Set Valid values: `1` (global parameter),  `0`  (non-global parameter). 
 | 
void | 
setMax(String Max)
Set Maximum value 
 | 
void | 
setMin(String Min)
Set Minimum value 
 | 
void | 
setNeedReboot(Long NeedReboot)
Set Whether to restart the database for the modified parameters to take effect. 
 | 
void | 
setParamName(String ParamName)
Set Parameter name 
 | 
void | 
setParamType(String ParamType)
Set Parameter type. 
 | 
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 ParamItemDetail()
public ParamItemDetail(ParamItemDetail source)
public String getCurrentValue()
public void setCurrentValue(String CurrentValue)
CurrentValue - Current valuepublic String getDefault()
public void setDefault(String Default)
Default - Default valuepublic String[] getEnumValue()
public void setEnumValue(String[] EnumValue)
EnumValue - Enumerated values of the parameter It is null if the parameter is non-enumerated.public Long getIsGlobal()
public void setIsGlobal(Long IsGlobal)
IsGlobal - Valid values: `1` (global parameter),  `0`  (non-global parameter).public String getMax()
public void setMax(String Max)
Max - Maximum valuepublic String getMin()
public void setMin(String Min)
Min - Minimum valuepublic Long getNeedReboot()
public void setNeedReboot(Long NeedReboot)
NeedReboot - Whether to restart the database for the modified parameters to take effect. Valid values:  `0` (no), `1` (yes)public String getParamName()
public void setParamName(String ParamName)
ParamName - Parameter namepublic String getParamType()
public void setParamType(String ParamType)
ParamType - Parameter type. Valid values:  `integer`, `enum`, `float`, `string`, `func`.public String getDescription()
public void setDescription(String Description)
Description - Parameter descriptionpublic Boolean getIsFunc()
public void setIsFunc(Boolean IsFunc)
IsFunc - Whether the type is a formula.public String getFunc()
public void setFunc(String Func)
Func - Parameter configuration formula.public String getFuncPattern()
public void setFuncPattern(String FuncPattern)
FuncPattern - The default formula style of parameters that support formulas.Copyright © 2025. All rights reserved.