Package de.adorsys.psd2.model
Class LinksDownload
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,HrefType>
-
- de.adorsys.psd2.model.LinksDownload
-
- 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 LinksDownload extends HashMap<String,HrefType>A list of hyperlinks to be recognised by the TPP. Type of links admitted in this response: - \"download\": a link to a resource, where the transaction report might be downloaded from in case where transaction reports have a huge size. Remark: This feature shall only be used where camt-data is requested which has a huge size.- 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 LinksDownload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinksDownloaddownload(HrefType download)booleanequals(Object o)@NotNull @Valid HrefTypegetDownload()Get downloadinthashCode()voidsetDownload(HrefType download)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
-
download
public LinksDownload download(HrefType download)
-
getDownload
@NotNull @Valid public @NotNull @Valid HrefType getDownload()
Get download- Returns:
- download
-
setDownload
public void setDownload(HrefType download)
-
equals
public boolean equals(Object o)
-
hashCode
public int hashCode()
-
toString
public String toString()
- Overrides:
toStringin classAbstractMap<String,HrefType>
-
-