public class RdsAccount extends AbstractBceResponse
metadata| Constructor and Description |
|---|
RdsAccount() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountName() |
RdsAccountType |
getAccountType() |
List<RdsDatabasePrivileges> |
getDatabasePrivileges() |
String |
getDesc() |
String |
getRemark() |
RdsAccountStatus |
getStatus() |
String |
getType() |
void |
setAccountName(String accountName) |
void |
setAccountType(RdsAccountType accountType) |
void |
setDatabasePrivileges(List<RdsDatabasePrivileges> databasePrivileges) |
void |
setDesc(String desc) |
void |
setRemark(String remark) |
void |
setStatus(RdsAccountStatus status) |
void |
setType(String type) |
getMetadatapublic String getAccountName()
public void setAccountName(String accountName)
public String getRemark()
public void setRemark(String remark)
public RdsAccountStatus getStatus()
public void setStatus(RdsAccountStatus status)
public String getType()
public void setType(String type)
public RdsAccountType getAccountType()
public void setAccountType(RdsAccountType accountType)
public List<RdsDatabasePrivileges> getDatabasePrivileges()
public void setDatabasePrivileges(List<RdsDatabasePrivileges> databasePrivileges)
public String getDesc()
public void setDesc(String desc)
Copyright © 2023. All rights reserved.