public class ConfigKeyValue extends AbstractModel
header, skipSign
Constructor and Description |
---|
ConfigKeyValue() |
ConfigKeyValue(ConfigKeyValue 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 |
---|---|
Long |
getDisplay()
Get 1-只读,2-可修改但不可删除,3-可删除
|
String |
getKeyName()
Get key
|
String |
getMessage()
Get 备注
|
Long |
getSupportHotUpdate()
Get 0不支持 1支持热更新
|
String |
getValue()
Get 值
|
void |
setDisplay(Long Display)
Set 1-只读,2-可修改但不可删除,3-可删除
|
void |
setKeyName(String KeyName)
Set key
|
void |
setMessage(String Message)
Set 备注
|
void |
setSupportHotUpdate(Long SupportHotUpdate)
Set 0不支持 1支持热更新
|
void |
setValue(String Value)
Set 值
|
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 ConfigKeyValue()
public ConfigKeyValue(ConfigKeyValue source)
public String getKeyName()
public void setKeyName(String KeyName)
KeyName
- keypublic String getValue()
public void setValue(String Value)
Value
- 值public String getMessage()
public void setMessage(String Message)
Message
- 备注public Long getDisplay()
public void setDisplay(Long Display)
Display
- 1-只读,2-可修改但不可删除,3-可删除public Long getSupportHotUpdate()
public void setSupportHotUpdate(Long SupportHotUpdate)
SupportHotUpdate
- 0不支持 1支持热更新Copyright © 2025. All rights reserved.