public class Comment extends Object implements Serializable
| Constructor and Description |
|---|
Comment() |
Comment(String body) |
Comment(String body,
String... uploads) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
getAttachments() |
Long |
getAuthorId() |
String |
getBody() |
Date |
getCreatedAt() |
String |
getHtmlBody() |
Long |
getId() |
CommentType |
getType() |
List<String> |
getUploads() |
Via |
getVia() |
Boolean |
isPublic() |
void |
setAttachments(List<Attachment> attachments) |
void |
setAuthorId(Long authorId) |
void |
setBody(String body) |
void |
setCreatedAt(Date createdAt) |
void |
setHtmlBody(String htmlBody) |
void |
setId(Long id) |
void |
setPublic(Boolean isPublic) |
void |
setType(CommentType type) |
void |
setUploads(List<String> uploads) |
void |
setVia(Via via) |
String |
toString() |
public Comment()
public Comment(String body)
public String getBody()
public void setBody(String body)
public String getHtmlBody()
public void setHtmlBody(String htmlBody)
public List<Attachment> getAttachments()
public void setAttachments(List<Attachment> attachments)
public Long getAuthorId()
public void setAuthorId(Long authorId)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Long getId()
public void setId(Long id)
public Boolean isPublic()
public void setPublic(Boolean isPublic)
public CommentType getType()
public void setType(CommentType type)
public Via getVia()
public void setVia(Via via)
Copyright © 2013–2023. All rights reserved.