public class Comment extends CommentBase
| Modifier and Type | Class and Description |
|---|---|
static class |
Comment.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdAt
The time this comment was created.
|
protected UserMini |
createdBy |
protected Boolean |
isReplyComment
Whether or not this comment is a reply to another comment.
|
protected CommentItemField |
item |
protected String |
message
The text of the comment, as provided by the user.
|
protected OffsetDateTime |
modifiedAt
The time this comment was last modified.
|
id, typeexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
Comment() |
protected |
Comment(Comment.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getCreatedAt() |
UserMini |
getCreatedBy() |
Boolean |
getIsReplyComment() |
CommentItemField |
getItem() |
String |
getMessage() |
OffsetDateTime |
getModifiedAt() |
int |
hashCode() |
String |
toString() |
getId, getTypegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Boolean isReplyComment
protected OffsetDateTime createdAt
protected OffsetDateTime modifiedAt
protected CommentItemField item
public Comment()
protected Comment(Comment.Builder builder)
public Boolean getIsReplyComment()
public String getMessage()
public UserMini getCreatedBy()
public OffsetDateTime getCreatedAt()
public OffsetDateTime getModifiedAt()
public CommentItemField getItem()
public boolean equals(Object o)
equals in class CommentBasepublic int hashCode()
hashCode in class CommentBasepublic String toString()
toString in class CommentBase