public class AccountInfo extends AbstractModel
| Constructor and Description | 
|---|
| AccountInfo() | 
| AccountInfo(AccountInfo 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 | getCreateTime()Get This parameter is deprecated. | 
| String | getHost()Get Account domain name | 
| Long | getMaxUserConnections()Get The maximum number of instance connections supported by an account | 
| String | getModifyPasswordTime()Get Password modification time | 
| String | getModifyTime()Get Account information modification time | 
| String | getNotes()Get Account remarks | 
| String | getUser()Get Account name | 
| void | setCreateTime(String CreateTime)Set This parameter is deprecated. | 
| void | setHost(String Host)Set Account domain name | 
| void | setMaxUserConnections(Long MaxUserConnections)Set The maximum number of instance connections supported by an account | 
| void | setModifyPasswordTime(String ModifyPasswordTime)Set Password modification time | 
| void | setModifyTime(String ModifyTime)Set Account information modification time | 
| void | setNotes(String Notes)Set Account remarks | 
| void | setUser(String User)Set Account name | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic AccountInfo()
public AccountInfo(AccountInfo source)
public String getNotes()
public void setNotes(String Notes)
Notes - Account remarkspublic String getHost()
public void setHost(String Host)
Host - Account domain namepublic String getUser()
public void setUser(String User)
User - Account namepublic String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime - Account information modification timepublic String getModifyPasswordTime()
public void setModifyPasswordTime(String ModifyPasswordTime)
ModifyPasswordTime - Password modification timepublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - This parameter is deprecated.public Long getMaxUserConnections()
public void setMaxUserConnections(Long MaxUserConnections)
MaxUserConnections - The maximum number of instance connections supported by an accountCopyright © 2023. All rights reserved.