public final class EventLocation 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 |
|---|
EventLocation() |
| 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 |
getCity() |
String |
getCountry() |
String |
getInfoEmail() |
String |
getInfoPhone() |
Double |
getLatitude() |
Double |
getLongitude() |
String |
getName() |
String |
getPostcode() |
String |
getStreet() |
EventLocation |
setCity(String city) |
EventLocation |
setCountry(String country) |
EventLocation |
setInfoEmail(String infoEmail) |
EventLocation |
setInfoPhone(String infoPhone) |
EventLocation |
setLatitude(Double latitude) |
EventLocation |
setLongitude(Double longitude) |
EventLocation |
setName(String name) |
EventLocation |
setPostcode(String postcode) |
EventLocation |
setStreet(String street) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic String getCity()
null for nonepublic EventLocation setCity(String city)
city - city or null for nonepublic String getCountry()
null for nonepublic EventLocation setCountry(String country)
country - country or null for nonepublic String getInfoEmail()
null for nonepublic EventLocation setInfoEmail(String infoEmail)
infoEmail - infoEmail or null for nonepublic String getInfoPhone()
null for nonepublic EventLocation setInfoPhone(String infoPhone)
infoPhone - infoPhone or null for nonepublic Double getLatitude()
null for nonepublic EventLocation setLatitude(Double latitude)
latitude - latitude or null for nonepublic Double getLongitude()
null for nonepublic EventLocation setLongitude(Double longitude)
longitude - longitude or null for nonepublic String getName()
null for nonepublic EventLocation setName(String name)
name - name or null for nonepublic String getPostcode()
null for nonepublic EventLocation setPostcode(String postcode)
postcode - postcode or null for nonepublic String getStreet()
null for nonepublic EventLocation setStreet(String street)
street - street 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.