@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-05-14T19:12:52.919Z") public class BankConnectionList extends Object
| Constructor and Description |
|---|
BankConnectionList() |
| Modifier and Type | Method and Description |
|---|---|
BankConnectionList |
addConnectionsItem(BankConnection connectionsItem) |
BankConnectionList |
connections(List<BankConnection> connections) |
boolean |
equals(Object o) |
List<BankConnection> |
getConnections()
List of bank connections
|
int |
hashCode() |
void |
setConnections(List<BankConnection> connections) |
String |
toString() |
public BankConnectionList connections(List<BankConnection> connections)
public BankConnectionList addConnectionsItem(BankConnection connectionsItem)
public List<BankConnection> getConnections()
public void setConnections(List<BankConnection> connections)
Copyright © 2018. All rights reserved.