public class CommentEvent extends Event
| Constructor and Description |
|---|
CommentEvent() |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
getAttachments() |
Long |
getAuthorId() |
String |
getBody() |
String |
getHtmlBody() |
Boolean |
getPublic() |
Boolean |
getTrusted() |
void |
setAttachments(List<Attachment> attachments) |
void |
setAuthorId(Long authorId) |
void |
setBody(String body) |
void |
setHtmlBody(String htmlBody) |
void |
setPublic(Boolean publicComment) |
void |
setTrusted(Boolean trusted) |
String |
toString() |
public List<Attachment> getAttachments()
public void setAttachments(List<Attachment> attachments)
public Long getAuthorId()
public void setAuthorId(Long authorId)
public String getBody()
public void setBody(String body)
public String getHtmlBody()
public void setHtmlBody(String htmlBody)
public Boolean getTrusted()
public void setTrusted(Boolean trusted)
public String toString()
public Boolean getPublic()
public void setPublic(Boolean publicComment)
Copyright © 2013–2020. All rights reserved.