Constructor and Description |
---|
ListRepliesResult() |
Modifier and Type | Method and Description |
---|---|
String |
getAnnotationGuid()
Gets or sets the annotation unique identifier.
|
AnnotationReplyInfo[] |
getReplies()
Gets or sets the replies.
|
void |
setAnnotationGuid(String value)
Gets or sets the annotation unique identifier.
|
void |
setReplies(AnnotationReplyInfo[] value)
Gets or sets the replies.
|
String |
toString() |
public String getAnnotationGuid()
Gets or sets the annotation unique identifier.
Value: The annotation unique identifier.public void setAnnotationGuid(String value)
Gets or sets the annotation unique identifier.
Value: The annotation unique identifier.value
- public AnnotationReplyInfo[] getReplies()
Gets or sets the replies.
Value: The replies.public void setReplies(AnnotationReplyInfo[] value)
Gets or sets the replies.
Value: The replies.value
- Copyright © 2017. All rights reserved.