com.groupdocs.annotation.domain.response
Class ListAnnotationsResponse

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

public class ListAnnotationsResponse
extends Object

List annotation response

Author:
Aleksey Permyakov

Constructor Summary
ListAnnotationsResponse()
           
 
Method Summary
 List<ListAnnotationsResponseAnnotations> getAnnotations()
          Get list of annotation responses
 String getDocumentGuid()
          Get document guid
 Long getServerTime()
          Get server time
 String getSessionGuid()
          Get session guid
 void setAnnotations(List<ListAnnotationsResponseAnnotations> annotations)
          Set list of annotation responses
 void setDocumentGuid(String documentGuid)
          Set document guid
 void setServerTime(Long serverTime)
          Set server time
 void setSessionGuid(String sessionGuid)
          Set session guid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListAnnotationsResponse

public ListAnnotationsResponse()
Method Detail

getAnnotations

public List<ListAnnotationsResponseAnnotations> getAnnotations()
Get list of annotation responses

Returns:
list of annotation responses

setAnnotations

public void setAnnotations(List<ListAnnotationsResponseAnnotations> annotations)
Set list of annotation responses

Parameters:
annotations - list of annotation responses

getDocumentGuid

public String getDocumentGuid()
Get document guid

Returns:
document guid

setDocumentGuid

public void setDocumentGuid(String documentGuid)
Set document guid

Parameters:
documentGuid - document guid

getServerTime

public Long getServerTime()
Get server time

Returns:
server time

setServerTime

public void setServerTime(Long serverTime)
Set server time

Parameters:
serverTime - server time

getSessionGuid

public String getSessionGuid()
Get session guid

Returns:
session guid

setSessionGuid

public void setSessionGuid(String sessionGuid)
Set session guid

Parameters:
sessionGuid - session guid


Copyright © 2014. All rights reserved.