|
||||||||||
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 final String getGuid()
public final void setGuid(String guid)
guid
- guidpublic final Boolean getIsAvatarExist()
public final void setIsAvatarExist(Boolean isAvatarExist)
isAvatarExist
- is avatar exist flagpublic final String getParentReplyGuid()
public final void setParentReplyGuid(String parentReplyGuid)
parentReplyGuid
- parent reply guidpublic final Long getRepliedOn()
public final void setRepliedOn(Long repliedOn)
repliedOn
- replied on datepublic final String getText()
public final void setText(String text)
text
- textpublic final String getUserGuid()
public final void setUserGuid(String userGuid)
userGuid
- user guidpublic final String getUserName()
public final void setUserName(String userName)
userName
- user name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |