@Generated(value="org.jsonschema2pojo") public class GeoSearchResponseQueryParams extends Object
Constructor and Description |
---|
GeoSearchResponseQueryParams() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Double |
getAccuracy() |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getAutocomplete() |
String |
getGranularity() |
String |
getQuery() |
Boolean |
getTrimPlace() |
int |
hashCode() |
void |
setAccuracy(Double accuracy) |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAutocomplete(Boolean autocomplete) |
void |
setGranularity(String granularity) |
void |
setQuery(String query) |
void |
setTrimPlace(Boolean trimPlace) |
String |
toString() |
GeoSearchResponseQueryParams |
withAccuracy(Double accuracy) |
GeoSearchResponseQueryParams |
withAdditionalProperty(String name,
Object value) |
GeoSearchResponseQueryParams |
withAutocomplete(Boolean autocomplete) |
GeoSearchResponseQueryParams |
withGranularity(String granularity) |
GeoSearchResponseQueryParams |
withQuery(String query) |
GeoSearchResponseQueryParams |
withTrimPlace(Boolean trimPlace) |
@BeanProperty(value="accuracy") public Double getAccuracy()
@BeanProperty(value="accuracy") public void setAccuracy(Double accuracy)
accuracy
- The accuracypublic GeoSearchResponseQueryParams withAccuracy(Double accuracy)
@BeanProperty(value="autocomplete") public Boolean getAutocomplete()
@BeanProperty(value="autocomplete") public void setAutocomplete(Boolean autocomplete)
autocomplete
- The autocompletepublic GeoSearchResponseQueryParams withAutocomplete(Boolean autocomplete)
@BeanProperty(value="granularity") public String getGranularity()
@BeanProperty(value="granularity") public void setGranularity(String granularity)
granularity
- The granularitypublic GeoSearchResponseQueryParams withGranularity(String granularity)
@BeanProperty(value="query") public String getQuery()
@BeanProperty(value="query") public void setQuery(String query)
query
- The querypublic GeoSearchResponseQueryParams withQuery(String query)
@BeanProperty(value="trim_place") public Boolean getTrimPlace()
@BeanProperty(value="trim_place") public void setTrimPlace(Boolean trimPlace)
trimPlace
- The trim_placepublic GeoSearchResponseQueryParams withTrimPlace(Boolean trimPlace)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public GeoSearchResponseQueryParams withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.