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 indicates read-only, 2 indicates editable but undeletable, and 3 indicates deletable. 
 | 
String | 
getKeyName()
Get key
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getMessage()
Get Notes
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getSupportHotUpdate()
Get 0 means not supported, and 1 means hot update is supported. 
 | 
String | 
getValue()
Get Value
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setDisplay(Long Display)
Set 1 indicates read-only, 2 indicates editable but undeletable, and 3 indicates deletable. 
 | 
void | 
setKeyName(String KeyName)
Set key
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setMessage(String Message)
Set Notes
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setSupportHotUpdate(Long SupportHotUpdate)
Set 0 means not supported, and 1 means hot update is supported. 
 | 
void | 
setValue(String Value)
Set Value
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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 ConfigKeyValue()
public ConfigKeyValue(ConfigKeyValue source)
public String getKeyName()
public void setKeyName(String KeyName)
KeyName - key
Note: This field may return null, indicating that no valid values can be obtained.public String getValue()
public void setValue(String Value)
Value - Value
Note: This field may return null, indicating that no valid values can be obtained.public String getMessage()
public void setMessage(String Message)
Message - Notes
Note: This field may return null, indicating that no valid values can be obtained.public Long getDisplay()
public void setDisplay(Long Display)
Display - 1 indicates read-only, 2 indicates editable but undeletable, and 3 indicates deletable.
Note: This field may return null, indicating that no valid values can be obtained.public Long getSupportHotUpdate()
public void setSupportHotUpdate(Long SupportHotUpdate)
SupportHotUpdate - 0 means not supported, and 1 means hot update is supported.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.