@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2019-10-01T15:03:22.973823-07:00[America/Los_Angeles]")
public class GetAccountsResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERIALIZED_NAME_ACCOUNTS |
| Constructor and Description |
|---|
GetAccountsResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetAccountsResponse |
accounts(java.util.List<ApiAccount> accounts) |
GetAccountsResponse |
addAccountsItem(ApiAccount accountsItem) |
boolean |
equals(java.lang.Object o) |
java.util.List<ApiAccount> |
getAccounts()
Get accounts
|
int |
hashCode() |
void |
setAccounts(java.util.List<ApiAccount> accounts) |
java.lang.String |
toString() |
public static final java.lang.String SERIALIZED_NAME_ACCOUNTS
public GetAccountsResponse accounts(java.util.List<ApiAccount> accounts)
public GetAccountsResponse addAccountsItem(ApiAccount accountsItem)
public java.util.List<ApiAccount> getAccounts()
public void setAccounts(java.util.List<ApiAccount> accounts)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object