public class AccountParam extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getParamName()Get 参数名称,当前仅支持参数:max_user_connections | 
| String | getParamValue()Get 参数值 | 
| void | setParamName(String ParamName)Set 参数名称,当前仅支持参数:max_user_connections | 
| void | setParamValue(String ParamValue)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, toJsonStringpublic AccountParam()
public AccountParam(AccountParam source)
public String getParamName()
public void setParamName(String ParamName)
ParamName - 参数名称,当前仅支持参数:max_user_connectionspublic String getParamValue()
public void setParamValue(String ParamValue)
ParamValue - 参数值Copyright © 2025. All rights reserved.