public final class BankAccount extends Object implements RelevantNullChecker
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the TurnOnline.biz Product Billing. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
| Constructor and Description |
|---|
BankAccount() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull()
Checks whether this resource has at least a single property with non
null
value within its tree, among those that has been included to be checked. |
String |
getBic() |
String |
getCurrency() |
String |
getFormatted() |
String |
getIban() |
Long |
getId() |
BankAccount |
setBic(String bic) |
BankAccount |
setCurrency(String currency) |
BankAccount |
setFormatted(String formatted) |
BankAccount |
setIban(String iban) |
BankAccount |
setId(Long id) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic String getBic()
null for nonepublic BankAccount setBic(String bic)
bic - bic or null for nonepublic String getCurrency()
null for nonepublic BankAccount setCurrency(String currency)
currency - currency or null for nonepublic String getFormatted()
null for nonepublic BankAccount setFormatted(String formatted)
formatted - formatted or null for nonepublic String getIban()
null for nonepublic BankAccount setIban(String iban)
iban - iban or null for nonepublic Long getId()
null for nonepublic BankAccount setId(Long id)
id - id or null for nonepublic boolean allNull()
RelevantNullCheckernull
value within its tree, among those that has been included to be checked.allNull in interface RelevantNullCheckertrue if at least a single property of this resource has a non null value,
otherwise falseCopyright © 2020. All rights reserved.