@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-03-16T13:49:16.891743+02:00[Europe/Kiev]") public class LinksCardAccountReport extends HashMap<String,HrefType>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
LinksCardAccountReport() |
| Modifier and Type | Method and Description |
|---|---|
LinksCardAccountReport |
cardAccount(HrefType cardAccount) |
boolean |
equals(Object o) |
LinksCardAccountReport |
first(HrefType first) |
@NotNull @Valid HrefType |
getCardAccount()
Get cardAccount
|
@Valid HrefType |
getFirst()
Get first
|
@Valid HrefType |
getLast()
Get last
|
@Valid HrefType |
getNext()
Get next
|
@Valid HrefType |
getPrevious()
Get previous
|
int |
hashCode() |
LinksCardAccountReport |
last(HrefType last) |
LinksCardAccountReport |
next(HrefType next) |
LinksCardAccountReport |
previous(HrefType previous) |
void |
setCardAccount(HrefType cardAccount) |
void |
setFirst(HrefType first) |
void |
setLast(HrefType last) |
void |
setNext(HrefType next) |
void |
setPrevious(HrefType previous) |
String |
toString() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic LinksCardAccountReport cardAccount(HrefType cardAccount)
@NotNull @Valid public @NotNull @Valid HrefType getCardAccount()
public void setCardAccount(HrefType cardAccount)
public LinksCardAccountReport first(HrefType first)
@Valid public @Valid HrefType getFirst()
public void setFirst(HrefType first)
public LinksCardAccountReport next(HrefType next)
@Valid public @Valid HrefType getNext()
public void setNext(HrefType next)
public LinksCardAccountReport previous(HrefType previous)
@Valid public @Valid HrefType getPrevious()
public void setPrevious(HrefType previous)
public LinksCardAccountReport last(HrefType last)
@Valid public @Valid HrefType getLast()
public void setLast(HrefType last)
public boolean equals(Object o)
public int hashCode()
public String toString()
toString in class AbstractMap<String,HrefType>Copyright © 2020. All rights reserved.