Class ConfigValue
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dcdb.v20180411.models.ConfigValue
-
public class ConfigValue extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfig()Get 配置项的名称,支持填写max_user_connectionsStringgetValue()Get 配置值voidsetConfig(String Config)Set 配置项的名称,支持填写max_user_connectionsvoidsetValue(String Value)Set 配置值voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ConfigValue
public ConfigValue()
-
ConfigValue
public 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.
-
-
Method Detail
-
getConfig
public String getConfig()
Get 配置项的名称,支持填写max_user_connections- Returns:
- Config 配置项的名称,支持填写max_user_connections
-
setConfig
public void setConfig(String Config)
Set 配置项的名称,支持填写max_user_connections- Parameters:
Config- 配置项的名称,支持填写max_user_connections
-
getValue
public String getValue()
Get 配置值- Returns:
- Value 配置值
-
setValue
public void setValue(String Value)
Set 配置值- Parameters:
Value- 配置值
-
-