Constructor and Description |
---|
ListAnnotationsResult() |
Modifier and Type | Method and Description |
---|---|
AnnotationInfo[] |
getAnnotations()
Gets or sets the annotations.
|
String |
getDocumentGuid()
Gets or sets the document unique identifier.
|
Date |
getServerTime()
Gets or sets the server time.
|
void |
setAnnotations(AnnotationInfo[] value)
Gets or sets the annotations.
|
void |
setDocumentGuid(String value)
Gets or sets the document unique identifier.
|
void |
setServerTime(Date value)
Gets or sets the server time.
|
void |
setServerTimeInternal(com.aspose.ms.System.DateTime value) |
String |
toString() |
public String getDocumentGuid()
Gets or sets the document unique identifier.
Value: The document unique identifier.public void setDocumentGuid(String value)
Gets or sets the document unique identifier.
Value: The document unique identifier.value
- public AnnotationInfo[] getAnnotations()
Gets or sets the annotations.
Value: The annotations.public void setAnnotations(AnnotationInfo[] value)
Gets or sets the annotations.
Value: The annotations.value
- public Date getServerTime()
Gets or sets the server time.
Value: The server time.public void setServerTime(Date value)
Gets or sets the server time.
Value: The server time.value
- public void setServerTimeInternal(com.aspose.ms.System.DateTime value)
Copyright © 2017. All rights reserved.