@Generated(value="org.jsonschema2pojo") public class TrendLocation_ extends Object
Constructor and Description |
---|
TrendLocation_() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getCountry() |
String |
getCountryCode() |
String |
getName() |
Long |
getParentid() |
PlaceType_ |
getPlaceType() |
String |
getUrl() |
Long |
getWoeid() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCountry(String country) |
void |
setCountryCode(String countryCode) |
void |
setName(String name) |
void |
setParentid(Long parentid) |
void |
setPlaceType(PlaceType_ placeType) |
void |
setUrl(String url) |
void |
setWoeid(Long woeid) |
String |
toString() |
TrendLocation_ |
withAdditionalProperty(String name,
Object value) |
TrendLocation_ |
withCountry(String country) |
TrendLocation_ |
withCountryCode(String countryCode) |
TrendLocation_ |
withName(String name) |
TrendLocation_ |
withParentid(Long parentid) |
TrendLocation_ |
withPlaceType(PlaceType_ placeType) |
TrendLocation_ |
withUrl(String url) |
TrendLocation_ |
withWoeid(Long woeid) |
@BeanProperty(value="country") public String getCountry()
@BeanProperty(value="country") public void setCountry(String country)
country
- The countrypublic TrendLocation_ withCountry(String country)
@BeanProperty(value="countryCode") public String getCountryCode()
@BeanProperty(value="countryCode") public void setCountryCode(String countryCode)
countryCode
- The countryCodepublic TrendLocation_ withCountryCode(String countryCode)
@BeanProperty(value="name") public String getName()
@BeanProperty(value="name") public void setName(String name)
name
- The namepublic TrendLocation_ withName(String name)
@BeanProperty(value="parentid") public Long getParentid()
@BeanProperty(value="parentid") public void setParentid(Long parentid)
parentid
- The parentidpublic TrendLocation_ withParentid(Long parentid)
@BeanProperty(value="placeType") public PlaceType_ getPlaceType()
@BeanProperty(value="placeType") public void setPlaceType(PlaceType_ placeType)
placeType
- The placeTypepublic TrendLocation_ withPlaceType(PlaceType_ placeType)
@BeanProperty(value="url") public String getUrl()
@BeanProperty(value="url") public void setUrl(String url)
url
- The urlpublic TrendLocation_ withUrl(String url)
@BeanProperty(value="woeid") public Long getWoeid()
@BeanProperty(value="woeid") public void setWoeid(Long woeid)
woeid
- The woeidpublic TrendLocation_ withWoeid(Long woeid)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public TrendLocation_ withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.