@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-03-16T13:49:16.891743+02:00[Europe/Kiev]") public class LinksGetConsent extends HashMap<String,HrefType>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
LinksGetConsent() |
| Modifier and Type | Method and Description |
|---|---|
LinksGetConsent |
account(HrefType account) |
LinksGetConsent |
cardAccount(HrefType cardAccount) |
boolean |
equals(Object o) |
@Valid HrefType |
getAccount()
Get account
|
@Valid HrefType |
getCardAccount()
Get cardAccount
|
int |
hashCode() |
void |
setAccount(HrefType account) |
void |
setCardAccount(HrefType cardAccount) |
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 LinksGetConsent account(HrefType account)
@Valid public @Valid HrefType getAccount()
public void setAccount(HrefType account)
public LinksGetConsent cardAccount(HrefType cardAccount)
@Valid public @Valid HrefType getCardAccount()
public void setCardAccount(HrefType cardAccount)
public boolean equals(Object o)
public int hashCode()
public String toString()
toString in class AbstractMap<String,HrefType>Copyright © 2020. All rights reserved.