@Generated(value="org.jsonschema2pojo") public class GeoSearchResponseResult extends Object
Constructor and Description |
---|
GeoSearchResponseResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<Place> |
getPlaces() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setPlaces(List<Place> places) |
String |
toString() |
GeoSearchResponseResult |
withAdditionalProperty(String name,
Object value) |
GeoSearchResponseResult |
withPlaces(List<Place> places) |
@BeanProperty(value="places") public void setPlaces(List<Place> places)
places
- The placespublic GeoSearchResponseResult withPlaces(List<Place> places)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public GeoSearchResponseResult withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.