@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 |
getCountry() |
String |
getCountryCode() |
String |
getRegion() |
String |
getState() |
String |
getSubregion() |
String |
getZipArea() |
String |
getZipCode() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCountry(String country) |
void |
setCountryCode(String countryCode) |
void |
setRegion(String region) |
void |
setState(String state) |
void |
setSubregion(String subregion) |
void |
setZipArea(String zipArea) |
void |
setZipCode(String zipCode) |
String |
toString() |
Location |
withAdditionalProperty(String name,
Object value) |
Location |
withCountry(String country) |
Location |
withCountryCode(String countryCode) |
Location |
withRegion(String region) |
Location |
withState(String state) |
Location |
withSubregion(String subregion) |
Location |
withZipArea(String zipArea) |
Location |
withZipCode(String zipCode) |
@BeanProperty(value="region") public String getRegion()
@BeanProperty(value="region") public void setRegion(String region)
region
- The region@BeanProperty(value="subregion") public String getSubregion()
@BeanProperty(value="subregion") public void setSubregion(String subregion)
subregion
- The subregion@BeanProperty(value="zipCode") public String getZipCode()
@BeanProperty(value="zipCode") public void setZipCode(String zipCode)
zipCode
- The zipCode@BeanProperty(value="state") public String getState()
@BeanProperty(value="state") public void setState(String state)
state
- The state@BeanProperty(value="countryCode") public String getCountryCode()
@BeanProperty(value="countryCode") public void setCountryCode(String countryCode)
countryCode
- The countryCode@BeanProperty(value="zipArea") public String getZipArea()
@BeanProperty(value="zipArea") public void setZipArea(String zipArea)
zipArea
- The zipArea@BeanProperty(value="country") public String getCountry()
@BeanProperty(value="country") public void setCountry(String country)
country
- The country@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.