| Constructor and Description |
|---|
GetAccountsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
AccessRole |
getAccessRole() |
java.lang.Integer |
getAccountId() |
java.lang.String |
getAccountName() |
BoolInt |
getAccountStatus() |
AccountType |
getAccountType() |
java.lang.Boolean |
getCanViewBudget() |
int |
hashCode() |
boolean |
isAccountStatus() |
GetAccountsResponse |
setAccessRole(AccessRole accessRole) |
GetAccountsResponse |
setAccountId(java.lang.Integer accountId) |
GetAccountsResponse |
setAccountName(java.lang.String accountName) |
GetAccountsResponse |
setAccountType(AccountType accountType) |
GetAccountsResponse |
setCanViewBudget(java.lang.Boolean canViewBudget) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic AccessRole getAccessRole()
public GetAccountsResponse setAccessRole(AccessRole accessRole)
public java.lang.Integer getAccountId()
public GetAccountsResponse setAccountId(java.lang.Integer accountId)
public java.lang.String getAccountName()
public GetAccountsResponse setAccountName(java.lang.String accountName)
public boolean isAccountStatus()
public BoolInt getAccountStatus()
public AccountType getAccountType()
public GetAccountsResponse setAccountType(AccountType accountType)
public java.lang.Boolean getCanViewBudget()
public GetAccountsResponse setCanViewBudget(java.lang.Boolean canViewBudget)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()