|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.groupdocs.annotation.domain.response.DeleteAnnotationReplyResponse
public class DeleteAnnotationReplyResponse
Delete annotation reply response
| Constructor Summary | |
|---|---|
DeleteAnnotationReplyResponse()
|
|
| Method Summary | |
|---|---|
String |
getAnnotationGuid()
Get annotation guid |
List<Reply> |
getReplies()
Get list of annotation replies |
String |
getReplyGuid()
Get reply guid |
Long |
getServerTime()
Get server time |
void |
setAnnotationGuid(String annotationGuid)
Set annotation guid |
void |
setReplies(List<Reply> replies)
Set list of annotation replies |
void |
setReplyGuid(String replyGuid)
Set reply guid |
void |
setServerTime(Long serverTime)
Set server time |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteAnnotationReplyResponse()
| Method Detail |
|---|
public String getReplyGuid()
public void setReplyGuid(String replyGuid)
replyGuid - reply guidpublic String getAnnotationGuid()
public void setAnnotationGuid(String annotationGuid)
annotationGuid - annotation guidpublic List<Reply> getReplies()
public void setReplies(List<Reply> replies)
replies - list of annotation repliespublic Long getServerTime()
public void setServerTime(Long serverTime)
serverTime - server time
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||