public class AccountPersonalAddress extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
AccountPersonalAddress() |
| 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. |
AccountPersonalAddress |
city(String city)
The personal address city.
|
AccountPersonalAddress |
country(String country)
The personal address ISO 3166 alpha-2 country code.
|
String |
getCity() |
String |
getCountry() |
Double |
getLatitude() |
Double |
getLongitude() |
String |
getPostcode() |
String |
getStreet() |
AccountPersonalAddress |
latitude(Double latitude)
The personal address latitude geographic coordinate, generated by the service.
|
AccountPersonalAddress |
longitude(Double longitude)
The personal address longitude geographic coordinate, generated by the service.
|
AccountPersonalAddress |
postcode(String postcode)
The personal address post code.
|
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setLatitude(Double latitude) |
void |
setLongitude(Double longitude) |
void |
setPostcode(String postcode) |
void |
setStreet(String street) |
AccountPersonalAddress |
street(String street)
The personal street and street number
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic AccountPersonalAddress street(String street)
public String getStreet()
public void setStreet(String street)
public AccountPersonalAddress city(String city)
public String getCity()
public void setCity(String city)
public AccountPersonalAddress country(String country)
public String getCountry()
public void setCountry(String country)
public AccountPersonalAddress postcode(String postcode)
public String getPostcode()
public void setPostcode(String postcode)
public AccountPersonalAddress latitude(Double latitude)
public Double getLatitude()
public void setLatitude(Double latitude)
public AccountPersonalAddress longitude(Double longitude)
public Double getLongitude()
public void setLongitude(Double longitude)
public 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.