@Generated(value="org.jsonschema2pojo") public class Place extends Object implements Serializable
Constructor and Description |
---|
Place() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
BoundingBox |
getBoundingBox() |
String |
getId() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setBoundingBox(BoundingBox boundingBox) |
void |
setId(String id) |
String |
toString() |
Place |
withAdditionalProperty(String name,
Object value) |
Place |
withBoundingBox(BoundingBox boundingBox) |
Place |
withId(String id) |
@BeanProperty(value="id") public String getId()
@BeanProperty(value="id") public void setId(String id)
id
- The id@BeanProperty(value="bounding_box") public BoundingBox getBoundingBox()
@BeanProperty(value="bounding_box") public void setBoundingBox(BoundingBox boundingBox)
boundingBox
- The bounding_boxpublic Place withBoundingBox(BoundingBox boundingBox)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.