Package de.adorsys.psd2.model
Class LinksCardAccountReport
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,HrefType>
-
- de.adorsys.psd2.model.LinksCardAccountReport
-
- 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 LinksCardAccountReport extends HashMap<String,HrefType>LinksCardAccountReport- 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 LinksCardAccountReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinksCardAccountReportcard(HrefType card)LinksCardAccountReportcardAccount(HrefType cardAccount)booleanequals(Object o)LinksCardAccountReportfirst(HrefType first)@Valid HrefTypegetCard()Get card@Valid HrefTypegetCardAccount()Get cardAccount@Valid HrefTypegetFirst()Get first@Valid HrefTypegetLast()Get last@Valid HrefTypegetNext()Get next@Valid HrefTypegetPrevious()Get previousinthashCode()LinksCardAccountReportlast(HrefType last)LinksCardAccountReportnext(HrefType next)LinksCardAccountReportprevious(HrefType previous)voidsetCard(HrefType card)voidsetCardAccount(HrefType cardAccount)voidsetFirst(HrefType first)voidsetLast(HrefType last)voidsetNext(HrefType next)voidsetPrevious(HrefType previous)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
-
cardAccount
public LinksCardAccountReport cardAccount(HrefType cardAccount)
-
getCardAccount
@Valid public @Valid HrefType getCardAccount()
Get cardAccount- Returns:
- cardAccount
-
setCardAccount
public void setCardAccount(HrefType cardAccount)
-
card
public LinksCardAccountReport card(HrefType card)
-
getCard
@Valid public @Valid HrefType getCard()
Get card- Returns:
- card
-
setCard
public void setCard(HrefType card)
-
first
public LinksCardAccountReport first(HrefType first)
-
getFirst
@Valid public @Valid HrefType getFirst()
Get first- Returns:
- first
-
setFirst
public void setFirst(HrefType first)
-
next
public LinksCardAccountReport next(HrefType next)
-
getNext
@Valid public @Valid HrefType getNext()
Get next- Returns:
- next
-
setNext
public void setNext(HrefType next)
-
previous
public LinksCardAccountReport previous(HrefType previous)
-
getPrevious
@Valid public @Valid HrefType getPrevious()
Get previous- Returns:
- previous
-
setPrevious
public void setPrevious(HrefType previous)
-
last
public LinksCardAccountReport last(HrefType last)
-
getLast
@Valid public @Valid HrefType getLast()
Get last- Returns:
- last
-
setLast
public void setLast(HrefType last)
-
equals
public boolean equals(Object o)
-
hashCode
public int hashCode()
-
toString
public String toString()
- Overrides:
toStringin classAbstractMap<String,HrefType>
-
-