@Generated(value="org.jsonschema2pojo") public class Position extends Object
Constructor and Description |
---|
Position() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Double |
getX() |
Double |
getY() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setX(Double x) |
void |
setY(Double y) |
String |
toString() |
Position |
withAdditionalProperty(String name,
Object value) |
Position |
withX(Double x) |
Position |
withY(Double y) |
@BeanProperty(value="x") public Double getX()
@BeanProperty(value="x") public void setX(Double x)
x
- The x@BeanProperty(value="y") public Double getY()
@BeanProperty(value="y") public void setY(Double y)
y
- The y@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.