public class NewAccount extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| NewAccount() | 
| NewAccount(NewAccount 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 | getAccountName()Get 账户名,包含字母数字_,以字母开头,字母或数字结尾,长度1-30 | 
| String | getAccountPassword()Get 密码,密码长度范围为8到64个字符 | 
| String | getDescription()Get 描述 | 
| String | getHost()Get 主机(%或ipv4地址) | 
| Long | getMaxUserConnections()Get 用户最大连接数,不能大于10240 | 
| void | setAccountName(String AccountName)Set 账户名,包含字母数字_,以字母开头,字母或数字结尾,长度1-30 | 
| void | setAccountPassword(String AccountPassword)Set 密码,密码长度范围为8到64个字符 | 
| void | setDescription(String Description)Set 描述 | 
| void | setHost(String Host)Set 主机(%或ipv4地址) | 
| void | setMaxUserConnections(Long MaxUserConnections)Set 用户最大连接数,不能大于10240 | 
| 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 NewAccount()
public NewAccount(NewAccount source)
public String getAccountName()
public void setAccountName(String AccountName)
AccountName - 账户名,包含字母数字_,以字母开头,字母或数字结尾,长度1-30public String getAccountPassword()
public void setAccountPassword(String AccountPassword)
AccountPassword - 密码,密码长度范围为8到64个字符public String getHost()
public void setHost(String Host)
Host - 主机(%或ipv4地址)public String getDescription()
public void setDescription(String Description)
Description - 描述public Long getMaxUserConnections()
public void setMaxUserConnections(Long MaxUserConnections)
MaxUserConnections - 用户最大连接数,不能大于10240Copyright © 2025. All rights reserved.