@Generated(value="org.jsonschema2pojo") public class GeoSearchResponse extends Object implements Serializable
Constructor and Description |
---|
GeoSearchResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
GeoSearchResponseQuery |
getQuery() |
GeoSearchResponseResult |
getResult() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setQuery(GeoSearchResponseQuery query) |
void |
setResult(GeoSearchResponseResult result) |
String |
toString() |
GeoSearchResponse |
withAdditionalProperty(String name,
Object value) |
GeoSearchResponse |
withQuery(GeoSearchResponseQuery query) |
GeoSearchResponse |
withResult(GeoSearchResponseResult result) |
@BeanProperty(value="query") public GeoSearchResponseQuery getQuery()
@BeanProperty(value="query") public void setQuery(GeoSearchResponseQuery query)
query
- The querypublic GeoSearchResponse withQuery(GeoSearchResponseQuery query)
@BeanProperty(value="result") public GeoSearchResponseResult getResult()
@BeanProperty(value="result") public void setResult(GeoSearchResponseResult result)
result
- The resultpublic GeoSearchResponse withResult(GeoSearchResponseResult result)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public GeoSearchResponse withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.