public final class CustomerPostalAddress 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 |
|---|
CustomerPostalAddress() |
| 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 |
getBusinessName() |
String |
getCity() |
String |
getCountry() |
String |
getFirstName() |
String |
getLastName() |
String |
getPostcode() |
String |
getPrefix() |
String |
getStreet() |
String |
getSuffix() |
CustomerPostalAddress |
setBusinessName(String businessName) |
CustomerPostalAddress |
setCity(String city) |
CustomerPostalAddress |
setCountry(String country) |
CustomerPostalAddress |
setFirstName(String firstName) |
CustomerPostalAddress |
setLastName(String lastName) |
CustomerPostalAddress |
setPostcode(String postcode) |
CustomerPostalAddress |
setPrefix(String prefix) |
CustomerPostalAddress |
setStreet(String street) |
CustomerPostalAddress |
setSuffix(String suffix) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic String getBusinessName()
null for nonepublic CustomerPostalAddress setBusinessName(String businessName)
businessName - businessName or null for nonepublic String getCity()
null for nonepublic CustomerPostalAddress setCity(String city)
city - city or null for nonepublic String getCountry()
null for nonepublic CustomerPostalAddress setCountry(String country)
country - country or null for nonepublic String getFirstName()
null for nonepublic CustomerPostalAddress setFirstName(String firstName)
firstName - firstName or null for nonepublic String getLastName()
null for nonepublic CustomerPostalAddress setLastName(String lastName)
lastName - lastName or null for nonepublic String getPostcode()
null for nonepublic CustomerPostalAddress setPostcode(String postcode)
postcode - postcode or null for nonepublic String getPrefix()
null for nonepublic CustomerPostalAddress setPrefix(String prefix)
prefix - prefix or null for nonepublic String getStreet()
null for nonepublic CustomerPostalAddress setStreet(String street)
street - street or null for nonepublic String getSuffix()
null for nonepublic CustomerPostalAddress setSuffix(String suffix)
suffix - suffix 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.