@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 |
getLocationString() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCountry(String country) |
void |
setLocationString(String locationString) |
String |
toString() |
Location |
withAdditionalProperty(String name,
Object value) |
Location |
withCountry(String country) |
Location |
withLocationString(String locationString) |
@BeanProperty(value="locationString") public String getLocationString()
@BeanProperty(value="locationString") public void setLocationString(String locationString)
locationString
- The locationString@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.