public class ResponseBankingAccountListData extends Object
| Constructor and Description |
|---|
ResponseBankingAccountListData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<BankingAccount> |
getAccounts()
The list of accounts returned.
|
int |
hashCode() |
void |
setAccounts(List<BankingAccount> accounts) |
String |
toString() |
public List<BankingAccount> getAccounts()
public void setAccounts(List<BankingAccount> accounts)
Copyright © 2019. All rights reserved.