@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 codepublic PlaceType_ withCode(Long code)
@BeanProperty(value="name") public String getName()
@BeanProperty(value="name") public void setName(String name)
name
- The namepublic PlaceType_ withName(String name)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public PlaceType_ withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.