Class AccountParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cynosdb.v20190107.models.AccountParam
-
public class AccountParam extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AccountParam()AccountParam(AccountParam 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 StringgetParamName()Get 参数名称,当前仅支持参数:max_user_connectionsStringgetParamValue()Get 参数值voidsetParamName(String ParamName)Set 参数名称,当前仅支持参数:max_user_connectionsvoidsetParamValue(String ParamValue)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
-
AccountParam
public AccountParam()
-
AccountParam
public AccountParam(AccountParam 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
-
getParamName
public String getParamName()
Get 参数名称,当前仅支持参数:max_user_connections- Returns:
- ParamName 参数名称,当前仅支持参数:max_user_connections
-
setParamName
public void setParamName(String ParamName)
Set 参数名称,当前仅支持参数:max_user_connections- Parameters:
ParamName- 参数名称,当前仅支持参数:max_user_connections
-
getParamValue
public String getParamValue()
Get 参数值- Returns:
- ParamValue 参数值
-
setParamValue
public void setParamValue(String ParamValue)
Set 参数值- Parameters:
ParamValue- 参数值
-
-