@Generated(value="org.jsonschema2pojo") public class GeoSearchResponseQuery extends Object
| Constructor and Description |
|---|
GeoSearchResponseQuery() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
GeoSearchResponseQueryParams |
getParams() |
String |
getType() |
String |
getUrl() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setParams(GeoSearchResponseQueryParams params) |
void |
setType(String type) |
void |
setUrl(String url) |
String |
toString() |
GeoSearchResponseQuery |
withAdditionalProperty(String name,
Object value) |
GeoSearchResponseQuery |
withParams(GeoSearchResponseQueryParams params) |
GeoSearchResponseQuery |
withType(String type) |
GeoSearchResponseQuery |
withUrl(String url) |
@BeanProperty(value="params") public GeoSearchResponseQueryParams getParams()
@BeanProperty(value="params") public void setParams(GeoSearchResponseQueryParams params)
params - The paramspublic GeoSearchResponseQuery withParams(GeoSearchResponseQueryParams params)
@BeanProperty(value="type") public String getType()
@BeanProperty(value="type") public void setType(String type)
type - The typepublic GeoSearchResponseQuery withType(String type)
@BeanProperty(value="url") public String getUrl()
@BeanProperty(value="url") public void setUrl(String url)
url - The urlpublic GeoSearchResponseQuery withUrl(String url)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public GeoSearchResponseQuery withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.