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