public class ConfigValue extends AbstractModel
skipSign
Constructor and Description |
---|
ConfigValue() |
ConfigValue(ConfigValue 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 |
getConfig()
Get 配置项的名称,支持填写max_user_connections
|
String |
getValue()
Get 配置值
|
void |
setConfig(String Config)
Set 配置项的名称,支持填写max_user_connections
|
void |
setValue(String Value)
Set 配置值
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ConfigValue()
public ConfigValue(ConfigValue source)
public String getConfig()
public void setConfig(String Config)
Config
- 配置项的名称,支持填写max_user_connectionspublic String getValue()
public void setValue(String Value)
Value
- 配置值Copyright © 2023. All rights reserved.