@Generated(value="org.jsonschema2pojo") public class BoundingBox extends Object implements Serializable
Constructor and Description |
---|
BoundingBox() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<List<List<Double>>> |
getCoordinates() |
String |
getType() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCoordinates(List<List<List<Double>>> coordinates) |
void |
setType(String type) |
String |
toString() |
BoundingBox |
withAdditionalProperty(String name,
Object value) |
BoundingBox |
withCoordinates(List<List<List<Double>>> coordinates) |
BoundingBox |
withType(String type) |
@BeanProperty(value="type") public String getType()
@BeanProperty(value="type") public void setType(String type)
type
- The typepublic BoundingBox withType(String type)
@BeanProperty(value="coordinates") public List<List<List<Double>>> getCoordinates()
@BeanProperty(value="coordinates") public void setCoordinates(List<List<List<Double>>> coordinates)
coordinates
- The coordinatespublic BoundingBox withCoordinates(List<List<List<Double>>> coordinates)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public BoundingBox withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.