@Generated(value="org.jsonschema2pojo") public class Location_ extends Object
| Constructor and Description |
|---|
Location_() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getAddress()
A free format street address
|
String |
getCountry()
Name of country
|
List<String> |
getDomainID()
The IDs of Domains at this location
|
Double |
getLatitude()
Position north (positive) or south (negative) of the equator in degrees
|
Double |
getLongitude()
Position east (positive) or west (negative) of the primary meridian in degrees
|
String |
getPlace()
Name of town/city
|
String |
getPostalCode()
Postal code
|
List<String> |
getServiceID()
The IDs of Services at this location
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAddress(String address)
A free format street address
|
void |
setCountry(String country)
Name of country
|
void |
setDomainID(List<String> domainID)
The IDs of Domains at this location
|
void |
setLatitude(Double latitude)
Position north (positive) or south (negative) of the equator in degrees
|
void |
setLongitude(Double longitude)
Position east (positive) or west (negative) of the primary meridian in degrees
|
void |
setPlace(String place)
Name of town/city
|
void |
setPostalCode(String postalCode)
Postal code
|
void |
setServiceID(List<String> serviceID)
The IDs of Services at this location
|
String |
toString() |
public String getAddress()
public void setAddress(String address)
public String getPlace()
public void setPlace(String place)
public String getCountry()
public void setCountry(String country)
public String getPostalCode()
public void setPostalCode(String postalCode)
public Double getLatitude()
public void setLatitude(Double latitude)
public Double getLongitude()
public void setLongitude(Double longitude)
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.