@Generated(value="org.jsonschema2pojo") public class Datum_ extends Object
Constructor and Description |
---|
Datum_() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getId() |
String |
getName() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setId(String id) |
void |
setName(String name) |
String |
toString() |
Datum_ |
withAdditionalProperty(String name,
Object value) |
Datum_ |
withId(String id) |
Datum_ |
withName(String name) |
@BeanProperty(value="id") public String getId()
@BeanProperty(value="id") public void setId(String id)
id
- The id@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.