com.groupdocs.annotation.domain.response
Class DeleteAnnotationReplyResponse

java.lang.Object
  extended by com.groupdocs.annotation.domain.response.DeleteAnnotationReplyResponse

public class DeleteAnnotationReplyResponse
extends Object

Delete annotation reply response

Author:
Aleksey Permyakov.

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

DeleteAnnotationReplyResponse

public DeleteAnnotationReplyResponse()
Method Detail

getReplyGuid

public String getReplyGuid()
Get reply guid

Returns:
reply guid

setReplyGuid

public void setReplyGuid(String replyGuid)
Set reply guid

Parameters:
replyGuid - reply guid

getAnnotationGuid

public String getAnnotationGuid()
Get annotation guid

Returns:
annotation guid

setAnnotationGuid

public void setAnnotationGuid(String annotationGuid)
Set annotation guid

Parameters:
annotationGuid - annotation guid

getReplies

public List<Reply> getReplies()
Get list of annotation replies

Returns:
list of annotation replies

setReplies

public void setReplies(List<Reply> replies)
Set list of annotation replies

Parameters:
replies - list of annotation replies

getServerTime

public Long getServerTime()
Get server time

Returns:
server time

setServerTime

public void setServerTime(Long serverTime)
Set server time

Parameters:
serverTime - server time


Copyright © 2014. All rights reserved.