@Generated(value="org.jsonschema2pojo") public class Comment extends Object
Constructor and Description |
---|
Comment() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
org.joda.time.DateTime |
getCreatedTime() |
String |
getFrom() |
String |
getId() |
String |
getMessage() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCreatedTime(org.joda.time.DateTime createdTime) |
void |
setFrom(String from) |
void |
setId(String id) |
void |
setMessage(String message) |
String |
toString() |
Comment |
withAdditionalProperty(String name,
Object value) |
Comment |
withCreatedTime(org.joda.time.DateTime createdTime) |
Comment |
withFrom(String from) |
Comment |
withId(String id) |
Comment |
withMessage(String message) |
@BeanProperty(value="id") public String getId()
@BeanProperty(value="id") public void setId(String id)
id
- The id@BeanProperty(value="from") public String getFrom()
@BeanProperty(value="from") public void setFrom(String from)
from
- The from@BeanProperty(value="message") public String getMessage()
@BeanProperty(value="message") public void setMessage(String message)
message
- The message@BeanProperty(value="created_time") public org.joda.time.DateTime getCreatedTime()
@BeanProperty(value="created_time") public void setCreatedTime(org.joda.time.DateTime createdTime)
createdTime
- The created_timepublic Comment withCreatedTime(org.joda.time.DateTime createdTime)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.