Class CommentEvent
- java.lang.Object
-
- org.zendesk.client.v2.model.events.Event
-
- org.zendesk.client.v2.model.events.CommentEvent
-
- All Implemented Interfaces:
Serializable
public class CommentEvent extends Event
- Since:
- 05/04/2013 11:54
- Author:
- stephenc
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommentEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Attachment>getAttachments()LonggetAuthorId()StringgetBody()StringgetHtmlBody()BooleangetPublic()BooleangetTrusted()voidsetAttachments(List<Attachment> attachments)voidsetAuthorId(Long authorId)voidsetBody(String body)voidsetHtmlBody(String htmlBody)voidsetPublic(Boolean publicComment)voidsetTrusted(Boolean trusted)StringtoString()
-
-
-
Method Detail
-
getAttachments
public List<Attachment> getAttachments()
-
setAttachments
public void setAttachments(List<Attachment> attachments)
-
getAuthorId
public Long getAuthorId()
-
setAuthorId
public void setAuthorId(Long authorId)
-
getBody
public String getBody()
-
setBody
public void setBody(String body)
-
getHtmlBody
public String getHtmlBody()
-
setHtmlBody
public void setHtmlBody(String htmlBody)
-
getTrusted
public Boolean getTrusted()
-
setTrusted
public void setTrusted(Boolean trusted)
-
toString
public String toString()
-
getPublic
public Boolean getPublic()
-
setPublic
public void setPublic(Boolean publicComment)
-
-