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 该值已废弃
|
String |
getHost()
Get 账号的域名
|
Long |
getMaxUserConnections()
Get 用户最大可用实例连接数
|
String |
getModifyPasswordTime()
Get 修改密码的时间
|
String |
getModifyTime()
Get 账号信息修改时间
|
String |
getNotes()
Get 账号备注信息
|
String |
getUser()
Get 账号的名称
|
void |
setCreateTime(String CreateTime)
Set 该值已废弃
|
void |
setHost(String Host)
Set 账号的域名
|
void |
setMaxUserConnections(Long MaxUserConnections)
Set 用户最大可用实例连接数
|
void |
setModifyPasswordTime(String ModifyPasswordTime)
Set 修改密码的时间
|
void |
setModifyTime(String ModifyTime)
Set 账号信息修改时间
|
void |
setNotes(String Notes)
Set 账号备注信息
|
void |
setUser(String User)
Set 账号的名称
|
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, toJsonString
public AccountInfo()
public AccountInfo(AccountInfo source)
public String getNotes()
public void setNotes(String Notes)
Notes
- 账号备注信息public String getHost()
public void setHost(String Host)
Host
- 账号的域名public String getUser()
public void setUser(String User)
User
- 账号的名称public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- 账号信息修改时间public String getModifyPasswordTime()
public void setModifyPasswordTime(String ModifyPasswordTime)
ModifyPasswordTime
- 修改密码的时间public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 该值已废弃public Long getMaxUserConnections()
public void setMaxUserConnections(Long MaxUserConnections)
MaxUserConnections
- 用户最大可用实例连接数Copyright © 2021. All rights reserved.