public class ParamDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
ParamDetail() |
ParamDetail(ParamDetail 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 参数的可选枚举值。如果为非枚举值,则为空
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFunc()
Get 参数设置为公式时,Func返回设置的公式内容
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getIsFunc()
Get true-为公式,false-非公式
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIsGlobal()
Get 1:全局参数,0:非全局参数
|
String |
getMatchType()
Get 匹配类型,multiVal
|
String |
getMatchValue()
Get 匹配目标值,当multiVal时,各个key用,分割
|
String |
getMax()
Get 参数容许的最大值
|
String |
getMin()
Get 参数容许的最小值
|
ModifiableInfo |
getModifiableInfo()
Get 参数是否可修改
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getNeedReboot()
Get 修改参数后,是否需要重启数据库以使参数生效。0-不需要重启,1-需要重启。
|
String |
getParamName()
Get 参数名称
|
String |
getParamType()
Get 参数类型:integer,enum,float,string,func
|
Boolean |
getSupportFunc()
Get true-支持"func",false-不支持公式
|
void |
setCurrentValue(String CurrentValue)
Set 参数当前值
|
void |
setDefault(String Default)
Set 默认值
|
void |
setDescription(String Description)
Set 参数描述
|
void |
setEnumValue(String[] EnumValue)
Set 参数的可选枚举值。如果为非枚举值,则为空
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFunc(String Func)
Set 参数设置为公式时,Func返回设置的公式内容
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsFunc(Boolean IsFunc)
Set true-为公式,false-非公式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsGlobal(Long IsGlobal)
Set 1:全局参数,0:非全局参数
|
void |
setMatchType(String MatchType)
Set 匹配类型,multiVal
|
void |
setMatchValue(String MatchValue)
Set 匹配目标值,当multiVal时,各个key用,分割
|
void |
setMax(String Max)
Set 参数容许的最大值
|
void |
setMin(String Min)
Set 参数容许的最小值
|
void |
setModifiableInfo(ModifiableInfo ModifiableInfo)
Set 参数是否可修改
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNeedReboot(Long NeedReboot)
Set 修改参数后,是否需要重启数据库以使参数生效。0-不需要重启,1-需要重启。
|
void |
setParamName(String ParamName)
Set 参数名称
|
void |
setParamType(String ParamType)
Set 参数类型:integer,enum,float,string,func
|
void |
setSupportFunc(Boolean SupportFunc)
Set true-支持"func",false-不支持公式
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ParamDetail()
public ParamDetail(ParamDetail source)
public String getParamName()
public void setParamName(String ParamName)
ParamName
- 参数名称public String getParamType()
public void setParamType(String ParamType)
ParamType
- 参数类型:integer,enum,float,string,funcpublic Boolean getSupportFunc()
public void setSupportFunc(Boolean SupportFunc)
SupportFunc
- true-支持"func",false-不支持公式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 String getMax()
public void setMax(String Max)
Max
- 参数容许的最大值public String getMin()
public void setMin(String Min)
Min
- 参数容许的最小值public String[] getEnumValue()
public void setEnumValue(String[] EnumValue)
EnumValue
- 参数的可选枚举值。如果为非枚举值,则为空
注意:此字段可能返回 null,表示取不到有效值。public Long getIsGlobal()
public void setIsGlobal(Long IsGlobal)
IsGlobal
- 1:全局参数,0:非全局参数public String getMatchType()
public void setMatchType(String MatchType)
MatchType
- 匹配类型,multiValpublic String getMatchValue()
public void setMatchValue(String MatchValue)
MatchValue
- 匹配目标值,当multiVal时,各个key用,分割public Boolean getIsFunc()
public void setIsFunc(Boolean IsFunc)
IsFunc
- true-为公式,false-非公式
注意:此字段可能返回 null,表示取不到有效值。public String getFunc()
public void setFunc(String Func)
Func
- 参数设置为公式时,Func返回设置的公式内容
注意:此字段可能返回 null,表示取不到有效值。public ModifiableInfo getModifiableInfo()
public void setModifiableInfo(ModifiableInfo ModifiableInfo)
ModifiableInfo
- 参数是否可修改
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.