@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-03-16T13:49:16.891743+02:00[Europe/Kiev]") public class LinksAccountReport extends HashMap<String,HrefType>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
LinksAccountReport() |
| Modifier and Type | Method and Description |
|---|---|
LinksAccountReport |
account(HrefType account) |
boolean |
equals(Object o) |
LinksAccountReport |
first(HrefType first) |
@NotNull @Valid HrefType |
getAccount()
Get account
|
@Valid HrefType |
getFirst()
Get first
|
@Valid HrefType |
getLast()
Get last
|
@Valid HrefType |
getNext()
Get next
|
@Valid HrefType |
getPrevious()
Get previous
|
int |
hashCode() |
LinksAccountReport |
last(HrefType last) |
LinksAccountReport |
next(HrefType next) |
LinksAccountReport |
previous(HrefType previous) |
void |
setAccount(HrefType account) |
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 LinksAccountReport account(HrefType account)
@NotNull @Valid public @NotNull @Valid HrefType getAccount()
public void setAccount(HrefType account)
public LinksAccountReport first(HrefType first)
@Valid public @Valid HrefType getFirst()
public void setFirst(HrefType first)
public LinksAccountReport next(HrefType next)
@Valid public @Valid HrefType getNext()
public void setNext(HrefType next)
public LinksAccountReport previous(HrefType previous)
@Valid public @Valid HrefType getPrevious()
public void setPrevious(HrefType previous)
public LinksAccountReport 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.