public class ListAnnotationsResult extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
ListAnnotationsResult() |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationInfo> |
getAnnotations() |
String |
getDocumentGuid() |
Long |
getServerTime() |
String |
getSessionGuid() |
void |
setAnnotations(List<AnnotationInfo> annotations) |
void |
setDocumentGuid(String documentGuid) |
void |
setServerTime(Long serverTime) |
void |
setSessionGuid(String sessionGuid) |
String |
toString() |
public String getDocumentGuid()
public void setDocumentGuid(String documentGuid)
public String getSessionGuid()
public void setSessionGuid(String sessionGuid)
public List<AnnotationInfo> getAnnotations()
public void setAnnotations(List<AnnotationInfo> annotations)
public Long getServerTime()
public void setServerTime(Long serverTime)
Copyright © 2014 GroupDocs. All Rights Reserved.