Package de.adorsys.psd2.model
Class LinksAccountDetails
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,HrefType>
-
- de.adorsys.psd2.model.LinksAccountDetails
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,HrefType>
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2021-05-24T13:41:46.273636+03:00[Europe/Kiev]") public class LinksAccountDetails extends HashMap<String,HrefType>Links to the account, which can be directly used for retrieving account information from this dedicated account. Links to \"balances\" and/or \"transactions\" These links are only supported, when the corresponding consent has been already granted.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description LinksAccountDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinksAccountDetailsbalances(HrefType balances)booleanequals(Object o)@Valid HrefTypegetBalances()Get balances@Valid HrefTypegetTransactions()Get transactionsinthashCode()voidsetBalances(HrefType balances)voidsetTransactions(HrefType transactions)StringtoString()LinksAccountDetailstransactions(HrefType transactions)-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
balances
public LinksAccountDetails balances(HrefType balances)
-
getBalances
@Valid public @Valid HrefType getBalances()
Get balances- Returns:
- balances
-
setBalances
public void setBalances(HrefType balances)
-
transactions
public LinksAccountDetails transactions(HrefType transactions)
-
getTransactions
@Valid public @Valid HrefType getTransactions()
Get transactions- Returns:
- transactions
-
setTransactions
public void setTransactions(HrefType transactions)
-
equals
public boolean equals(Object o)
-
hashCode
public int hashCode()
-
toString
public String toString()
- Overrides:
toStringin classAbstractMap<String,HrefType>
-
-