@Generated(value="org.jsonschema2pojo") public class IdConfig extends Object implements Serializable
| Constructor and Description |
|---|
IdConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
org.joda.time.DateTime |
getAfterDate() |
org.joda.time.DateTime |
getBeforeDate() |
String |
getId() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAfterDate(org.joda.time.DateTime afterDate) |
void |
setBeforeDate(org.joda.time.DateTime beforeDate) |
void |
setId(String id) |
String |
toString() |
IdConfig |
withAdditionalProperty(String name,
Object value) |
IdConfig |
withAfterDate(org.joda.time.DateTime afterDate) |
IdConfig |
withBeforeDate(org.joda.time.DateTime beforeDate) |
IdConfig |
withId(String id) |
@BeanProperty(value="id") public String getId()
@BeanProperty(value="id") public void setId(String id)
id - The id@BeanProperty(value="beforeDate") public org.joda.time.DateTime getBeforeDate()
@BeanProperty(value="beforeDate") public void setBeforeDate(org.joda.time.DateTime beforeDate)
beforeDate - The beforeDatepublic IdConfig withBeforeDate(org.joda.time.DateTime beforeDate)
@BeanProperty(value="afterDate") public org.joda.time.DateTime getAfterDate()
@BeanProperty(value="afterDate") public void setAfterDate(org.joda.time.DateTime afterDate)
afterDate - The afterDatepublic IdConfig withAfterDate(org.joda.time.DateTime afterDate)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.