@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class AccountItemsResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_ITEMS |
| Constructor and Description |
|---|
AccountItemsResponse() |
| Modifier and Type | Method and Description |
|---|---|
AccountItemsResponse |
accountItems(List<AccountItemsResponseAccountItems> accountItems) |
AccountItemsResponse |
addAccountItemsItem(AccountItemsResponseAccountItems accountItemsItem) |
boolean |
equals(Object o) |
List<AccountItemsResponseAccountItems> |
getAccountItems()
Get accountItems
|
int |
hashCode() |
void |
setAccountItems(List<AccountItemsResponseAccountItems> accountItems) |
String |
toString() |
public static final String SERIALIZED_NAME_ACCOUNT_ITEMS
public AccountItemsResponse accountItems(List<AccountItemsResponseAccountItems> accountItems)
public AccountItemsResponse addAccountItemsItem(AccountItemsResponseAccountItems accountItemsItem)
@Nonnull public List<AccountItemsResponseAccountItems> getAccountItems()
public void setAccountItems(List<AccountItemsResponseAccountItems> accountItems)
Copyright © 2022. All rights reserved.