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 |
getDBInstanceId()
Get 实例ID,形如postgres-lnp6j617
|
String |
getRemark()
Get 帐号备注
|
Long |
getStatus()
Get 帐号状态。 1-创建中,2-正常,3-修改中,4-密码重置中,-1-删除中
|
String |
getUpdateTime()
Get 帐号最后一次更新时间
|
String |
getUserName()
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-密码重置中,-1-删除中
|
void |
setUpdateTime(String UpdateTime)
Set 帐号最后一次更新时间
|
void |
setUserName(String UserName)
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 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-密码重置中,-1-删除中public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 帐号创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 帐号最后一次更新时间Copyright © 2021. All rights reserved.