public class AccountInfo extends AbstractModel
header, skipSign
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 |
getDBInstanceId()
Get 实例ID,形如postgres-lnp6j617
|
String |
getRemark()
Get 账号备注
|
Long |
getStatus()
Get 账号状态。 1-创建中,2-正常,3-修改中,4-密码重置中,5-锁定中,-1-删除中
|
String |
getUpdateTime()
Get 账号最后一次更新时间
|
String |
getUserName()
Get 账号
|
String |
getUserType()
Get 账号类型
|
void |
setCreateTime(String CreateTime)
Set 账号创建时间
|
void |
setDBInstanceId(String DBInstanceId)
Set 实例ID,形如postgres-lnp6j617
|
void |
setRemark(String Remark)
Set 账号备注
|
void |
setStatus(Long Status)
Set 账号状态。 1-创建中,2-正常,3-修改中,4-密码重置中,5-锁定中,-1-删除中
|
void |
setUpdateTime(String UpdateTime)
Set 账号最后一次更新时间
|
void |
setUserName(String UserName)
Set 账号
|
void |
setUserType(String UserType)
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, toJsonString
public AccountInfo()
public AccountInfo(AccountInfo source)
public String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId
- 实例ID,形如postgres-lnp6j617public String getUserName()
public void setUserName(String UserName)
UserName
- 账号public String getRemark()
public void setRemark(String Remark)
Remark
- 账号备注public Long getStatus()
public void setStatus(Long Status)
Status
- 账号状态。 1-创建中,2-正常,3-修改中,4-密码重置中,5-锁定中,-1-删除中public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 账号创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 账号最后一次更新时间public String getUserType()
public void setUserType(String UserType)
UserType
- 账号类型Copyright © 2024. All rights reserved.