public class

Reply

extends Post
implements Serializable
java.lang.Object
   ↳ org.mule.module.getsatisfaction.model.Post
     ↳ org.mule.module.getsatisfaction.model.Reply

Summary

Fields
private Author author
private boolean champion
private int commentCount
private String commentsUrl
private boolean companyPromoted
private String content
private Date createdAt
private Emotitag emotitag
private boolean employee
private long id
private int starCount
private boolean starPromoted
private boolean starred
private long topicId
private String url
[Expand]
Inherited Fields
From class org.mule.module.getsatisfaction.model.Post
Public Constructors
Reply()
Public Methods
Author getAuthor()
int getCommentCount()
String getCommentsUrl()
String getContent()
Date getCreatedAt()
Emotitag getEmotitag()
long getId()
int getStarCount()
long getTopicId()
String getUrl()
boolean isChampion()
boolean isCompanyPromoted()
boolean isEmployee()
boolean isReply()
boolean isStarPromoted()
boolean isStarred()
boolean isTopic()
void setAuthor(Author author)
void setChampion(boolean champion)
void setCommentCount(int commentCount)
void setCommentsUrl(String commentsUrl)
void setCompanyPromoted(boolean companyPromoted)
void setContent(String content)
void setCreatedAt(Date createdAt)
void setEmotitag(Emotitag emotitag)
void setEmployee(boolean employee)
void setId(long id)
void setStarCount(int starCount)
void setStarPromoted(boolean starPromoted)
void setStarred(boolean starred)
void setTopicId(long topicId)
void setUrl(String url)
String toString()
[Expand]
Inherited Methods
From class org.mule.module.getsatisfaction.model.Post
From class java.lang.Object

Fields

private Author author

private boolean champion

private int commentCount

private String commentsUrl

private boolean companyPromoted

private String content

private Date createdAt

private Emotitag emotitag

private boolean employee

private long id

private int starCount

private boolean starPromoted

private boolean starred

private long topicId

private String url

Public Constructors

public Reply ()

Public Methods

public Author getAuthor ()

public int getCommentCount ()

public String getCommentsUrl ()

public String getContent ()

public Date getCreatedAt ()

public Emotitag getEmotitag ()

public long getId ()

public int getStarCount ()

public long getTopicId ()

public String getUrl ()

public boolean isChampion ()

public boolean isCompanyPromoted ()

public boolean isEmployee ()

public boolean isReply ()

public boolean isStarPromoted ()

public boolean isStarred ()

public boolean isTopic ()

public void setAuthor (Author author)

Parameters
author

public void setChampion (boolean champion)

Parameters
champion

public void setCommentCount (int commentCount)

Parameters
commentCount

public void setCommentsUrl (String commentsUrl)

Parameters
commentsUrl

public void setCompanyPromoted (boolean companyPromoted)

Parameters
companyPromoted

public void setContent (String content)

Parameters
content

public void setCreatedAt (Date createdAt)

Parameters
createdAt

public void setEmotitag (Emotitag emotitag)

Parameters
emotitag

public void setEmployee (boolean employee)

Parameters
employee

public void setId (long id)

Parameters
id

public void setStarCount (int starCount)

Parameters
starCount

public void setStarPromoted (boolean starPromoted)

Parameters
starPromoted

public void setStarred (boolean starred)

Parameters
starred

public void setTopicId (long topicId)

Parameters
topicId

public void setUrl (String url)

Parameters
url

public String toString ()