@Generated(value="org.jsonschema2pojo") public class PlaceType extends Object
Constructor and Description |
---|
PlaceType() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getCode() |
String |
getName() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCode(Long code) |
void |
setName(String name) |
String |
toString() |
PlaceType |
withAdditionalProperty(String name,
Object value) |
PlaceType |
withCode(Long code) |
PlaceType |
withName(String name) |
@BeanProperty(value="code") public Long getCode()
@BeanProperty(value="code") public void setCode(Long code)
code
- The code@BeanProperty(value="name") public String getName()
@BeanProperty(value="name") public void setName(String name)
name
- The name@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.