| Constructor and Description |
|---|
BankCode() |
| Modifier and Type | Method and Description |
|---|---|
BankCode |
code(String code) |
BankCode |
country(String country) |
boolean |
equals(Object o) |
String |
getCode()
The bank identified by a bank code
|
String |
getCountry()
The ISO 3166 alpha-2 country code.
|
String |
getLabel()
The localized name of the bank.
|
String |
getLocale()
The label language.
|
int |
hashCode() |
BankCode |
label(String label) |
BankCode |
locale(String locale) |
void |
setCode(String code) |
void |
setCountry(String country) |
void |
setLabel(String label) |
void |
setLocale(String locale) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDescription@NotNull public String getCode()
public void setCode(String code)
@NotNull public String getLabel()
public void setLabel(String label)
@NotNull public String getLocale()
public void setLocale(String locale)
@NotNull public String getCountry()
public void setCountry(String country)
Copyright © 2023. All rights reserved.