|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.groupdocs.annotation.domain.response.ListAnnotationsResponse
public class ListAnnotationsResponse
List annotation response
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 |
---|
public ListAnnotationsResponse()
Method Detail |
---|
public List<ListAnnotationsResponseAnnotations> getAnnotations()
public void setAnnotations(List<ListAnnotationsResponseAnnotations> annotations)
annotations
- list of annotation responsespublic String getDocumentGuid()
public void setDocumentGuid(String documentGuid)
documentGuid
- document guidpublic Long getServerTime()
public void setServerTime(Long serverTime)
serverTime
- server timepublic String getSessionGuid()
public void setSessionGuid(String sessionGuid)
sessionGuid
- session guid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |