Class AccountInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.AccountInfo
-
public class AccountInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreateTime()Get 帐号创建时间StringgetDBInstanceId()Get 实例ID,形如postgres-lnp6j617StringgetRemark()Get 帐号备注LonggetStatus()Get 帐号状态。 1-创建中,2-正常,3-修改中,4-密码重置中,-1-删除中StringgetUpdateTime()Get 帐号最后一次更新时间StringgetUserName()Get 帐号voidsetCreateTime(String CreateTime)Set 帐号创建时间voidsetDBInstanceId(String DBInstanceId)Set 实例ID,形如postgres-lnp6j617voidsetRemark(String Remark)Set 帐号备注voidsetStatus(Long Status)Set 帐号状态。 1-创建中,2-正常,3-修改中,4-密码重置中,-1-删除中voidsetUpdateTime(String UpdateTime)Set 帐号最后一次更新时间voidsetUserName(String UserName)Set 帐号voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AccountInfo
public AccountInfo()
-
AccountInfo
public 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.
-
-
Method Detail
-
getDBInstanceId
public String getDBInstanceId()
Get 实例ID,形如postgres-lnp6j617- Returns:
- DBInstanceId 实例ID,形如postgres-lnp6j617
-
setDBInstanceId
public void setDBInstanceId(String DBInstanceId)
Set 实例ID,形如postgres-lnp6j617- Parameters:
DBInstanceId- 实例ID,形如postgres-lnp6j617
-
getUserName
public String getUserName()
Get 帐号- Returns:
- UserName 帐号
-
setUserName
public void setUserName(String UserName)
Set 帐号- Parameters:
UserName- 帐号
-
getRemark
public String getRemark()
Get 帐号备注- Returns:
- Remark 帐号备注
-
setRemark
public void setRemark(String Remark)
Set 帐号备注- Parameters:
Remark- 帐号备注
-
getStatus
public Long getStatus()
Get 帐号状态。 1-创建中,2-正常,3-修改中,4-密码重置中,-1-删除中- Returns:
- Status 帐号状态。 1-创建中,2-正常,3-修改中,4-密码重置中,-1-删除中
-
setStatus
public void setStatus(Long Status)
Set 帐号状态。 1-创建中,2-正常,3-修改中,4-密码重置中,-1-删除中- Parameters:
Status- 帐号状态。 1-创建中,2-正常,3-修改中,4-密码重置中,-1-删除中
-
getCreateTime
public String getCreateTime()
Get 帐号创建时间- Returns:
- CreateTime 帐号创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 帐号创建时间- Parameters:
CreateTime- 帐号创建时间
-
getUpdateTime
public String getUpdateTime()
Get 帐号最后一次更新时间- Returns:
- UpdateTime 帐号最后一次更新时间
-
setUpdateTime
public void setUpdateTime(String UpdateTime)
Set 帐号最后一次更新时间- Parameters:
UpdateTime- 帐号最后一次更新时间
-
-