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 当前值
|
String |
getDefault()
Get 默认值
|
String |
getDescription()
Get 参数描述
|
String[] |
getEnumValue()
Get 参数的可选枚举值。如果为非枚举值,则为空
|
String |
getFunc()
Get 参数配置公式
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFuncPattern()
Get 支持公式的参数的默认公式样式
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getIsFunc()
Get 类型是否为公式
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIsGlobal()
Get 1:全局参数,0:非全局参数
|
String |
getMax()
Get 最大值
|
String |
getMin()
Get 最小值
|
Long |
getNeedReboot()
Get 修改参数后,是否需要重启数据库以使参数生效。0-不需要重启,1-需要重启。
|
String |
getParamName()
Get 参数名称
|
String |
getParamType()
Get 参数类型:integer,enum,float,string,func
|
void |
setCurrentValue(String CurrentValue)
Set 当前值
|
void |
setDefault(String Default)
Set 默认值
|
void |
setDescription(String Description)
Set 参数描述
|
void |
setEnumValue(String[] EnumValue)
Set 参数的可选枚举值。如果为非枚举值,则为空
|
void |
setFunc(String Func)
Set 参数配置公式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFuncPattern(String FuncPattern)
Set 支持公式的参数的默认公式样式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsFunc(Boolean IsFunc)
Set 类型是否为公式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsGlobal(Long IsGlobal)
Set 1:全局参数,0:非全局参数
|
void |
setMax(String Max)
Set 最大值
|
void |
setMin(String Min)
Set 最小值
|
void |
setNeedReboot(Long NeedReboot)
Set 修改参数后,是否需要重启数据库以使参数生效。0-不需要重启,1-需要重启。
|
void |
setParamName(String ParamName)
Set 参数名称
|
void |
setParamType(String ParamType)
Set 参数类型:integer,enum,float,string,func
|
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, toJsonString
public ParamItemDetail()
public ParamItemDetail(ParamItemDetail source)
public String getCurrentValue()
public void setCurrentValue(String CurrentValue)
CurrentValue
- 当前值public String getDefault()
public void setDefault(String Default)
Default
- 默认值public String[] getEnumValue()
public void setEnumValue(String[] EnumValue)
EnumValue
- 参数的可选枚举值。如果为非枚举值,则为空public Long getIsGlobal()
public void setIsGlobal(Long IsGlobal)
IsGlobal
- 1:全局参数,0:非全局参数public String getMax()
public void setMax(String Max)
Max
- 最大值public String getMin()
public void setMin(String Min)
Min
- 最小值public Long getNeedReboot()
public void setNeedReboot(Long NeedReboot)
NeedReboot
- 修改参数后,是否需要重启数据库以使参数生效。0-不需要重启,1-需要重启。public String getParamName()
public void setParamName(String ParamName)
ParamName
- 参数名称public String getParamType()
public void setParamType(String ParamType)
ParamType
- 参数类型:integer,enum,float,string,funcpublic String getDescription()
public void setDescription(String Description)
Description
- 参数描述public Boolean getIsFunc()
public void setIsFunc(Boolean IsFunc)
IsFunc
- 类型是否为公式
注意:此字段可能返回 null,表示取不到有效值。public String getFunc()
public void setFunc(String Func)
Func
- 参数配置公式
注意:此字段可能返回 null,表示取不到有效值。public String getFuncPattern()
public void setFuncPattern(String FuncPattern)
FuncPattern
- 支持公式的参数的默认公式样式
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.