|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.groupdocs.annotation.domain.response.Reply
public class Reply
Reply object
Constructor Summary | |
---|---|
Reply()
|
Method Summary | |
---|---|
String |
getGuid()
Get guid |
Boolean |
getIsAvatarExist()
Get is avatar exist flag |
String |
getParentReplyGuid()
Get parent reply guid |
Long |
getRepliedOn()
Get replied on date |
String |
getText()
Get text |
String |
getUserGuid()
Get user guid |
String |
getUserName()
Get user name |
void |
setGuid(String guid)
Set guid |
void |
setIsAvatarExist(Boolean isAvatarExist)
Set is avatar exist flag |
void |
setParentReplyGuid(String parentReplyGuid)
Set parent reply guid |
void |
setRepliedOn(Long repliedOn)
Set replied on date |
void |
setText(String text)
Set text |
void |
setUserGuid(String userGuid)
Set user guid |
void |
setUserName(String userName)
Set user name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Reply()
Method Detail |
---|
public String getGuid()
public void setGuid(String guid)
guid
- guidpublic Boolean getIsAvatarExist()
public void setIsAvatarExist(Boolean isAvatarExist)
isAvatarExist
- is avatar exist flagpublic String getParentReplyGuid()
public void setParentReplyGuid(String parentReplyGuid)
parentReplyGuid
- parent reply guidpublic Long getRepliedOn()
public void setRepliedOn(Long repliedOn)
repliedOn
- replied on datepublic String getText()
public void setText(String text)
text
- textpublic String getUserGuid()
public void setUserGuid(String userGuid)
userGuid
- user guidpublic String getUserName()
public void setUserName(String userName)
userName
- user name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |