@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-03-16T13:49:16.891743+02:00[Europe/Kiev]") public class LinksAccountDetails extends HashMap<String,HrefType>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
LinksAccountDetails() |
| Modifier and Type | Method and Description |
|---|---|
LinksAccountDetails |
balances(HrefType balances) |
boolean |
equals(Object o) |
@Valid HrefType |
getBalances()
Get balances
|
@Valid HrefType |
getTransactions()
Get transactions
|
int |
hashCode() |
void |
setBalances(HrefType balances) |
void |
setTransactions(HrefType transactions) |
String |
toString() |
LinksAccountDetails |
transactions(HrefType transactions) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic LinksAccountDetails balances(HrefType balances)
@Valid public @Valid HrefType getBalances()
public void setBalances(HrefType balances)
public LinksAccountDetails transactions(HrefType transactions)
@Valid public @Valid HrefType getTransactions()
public void setTransactions(HrefType transactions)
public boolean equals(Object o)
public int hashCode()
public String toString()
toString in class AbstractMap<String,HrefType>Copyright © 2020. All rights reserved.