|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.groupdocs.annotation.domain.request.RestoreAnnotationRepliesData.Reply
public static class RestoreAnnotationRepliesData.Reply
Reply entity
| Constructor Summary | |
|---|---|
RestoreAnnotationRepliesData.Reply()
|
|
| Method Summary | |
|---|---|
String |
getGuid()
Get guid |
String |
getMessage()
Get message |
String |
getParentReplyGuid()
Get parent guid |
Date |
getRepliedOn()
Get replied on |
String |
getUserGuid()
Get user guid |
void |
setGuid(String guid)
Set guid |
void |
setMessage(String message)
Set reply message |
void |
setParentReplyGuid(String parentReplyGuid)
Set parent guid |
void |
setRepliedOn(Date repliedOn)
Set replied on |
void |
setUserGuid(String userGuid)
Set user guid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RestoreAnnotationRepliesData.Reply()
| Method Detail |
|---|
public String getGuid()
public void setGuid(String guid)
guid - guidpublic String getMessage()
public void setMessage(String message)
message - reply messagepublic String getUserGuid()
public void setUserGuid(String userGuid)
userGuid - user guidpublic String getParentReplyGuid()
public void setParentReplyGuid(String parentReplyGuid)
parentReplyGuid - parent guidpublic Date getRepliedOn()
public void setRepliedOn(Date repliedOn)
repliedOn - replied on
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||