Package de.adorsys.psd2.model
Class LinksGetConsent
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,HrefType>
-
- de.adorsys.psd2.model.LinksGetConsent
-
- 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 LinksGetConsent extends HashMap<String,HrefType>A list of hyperlinks to be recognised by the TPP. Links of type \"account\" and/or \"cardAccount\", depending on the nature of the consent.- 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 LinksGetConsent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinksGetConsentaccount(HrefType account)LinksGetConsentcardAccount(HrefType cardAccount)booleanequals(Object o)@Valid HrefTypegetAccount()Get account@Valid HrefTypegetCardAccount()Get cardAccountinthashCode()voidsetAccount(HrefType account)voidsetCardAccount(HrefType cardAccount)StringtoString()-
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
-
account
public LinksGetConsent account(HrefType account)
-
getAccount
@Valid public @Valid HrefType getAccount()
Get account- Returns:
- account
-
setAccount
public void setAccount(HrefType account)
-
cardAccount
public LinksGetConsent cardAccount(HrefType cardAccount)
-
getCardAccount
@Valid public @Valid HrefType getCardAccount()
Get cardAccount- Returns:
- cardAccount
-
setCardAccount
public void setCardAccount(HrefType cardAccount)
-
equals
public boolean equals(Object o)
-
hashCode
public int hashCode()
-
toString
public String toString()
- Overrides:
toStringin classAbstractMap<String,HrefType>
-
-