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() |
List<String> |
getUploads() |
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 |
setUploads(List<String> uploads) |
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)
Copyright © 2013–2020. All rights reserved.