@Generated(value="org.jsonschema2pojo") public class Parking extends Object
Constructor and Description |
---|
Parking() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getLot() |
Long |
getStreet() |
Long |
getValet() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setLot(Long lot) |
void |
setStreet(Long street) |
void |
setValet(Long valet) |
String |
toString() |
Parking |
withAdditionalProperty(String name,
Object value) |
Parking |
withLot(Long lot) |
Parking |
withStreet(Long street) |
Parking |
withValet(Long valet) |
@BeanProperty(value="lot") public Long getLot()
@BeanProperty(value="lot") public void setLot(Long lot)
lot
- The lot@BeanProperty(value="street") public Long getStreet()
@BeanProperty(value="street") public void setStreet(Long street)
street
- The street@BeanProperty(value="valet") public Long getValet()
@BeanProperty(value="valet") public void setValet(Long valet)
valet
- The valet@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.