Constructor and Description |
---|
DeleteReplyResult() |
Modifier and Type | Method and Description |
---|---|
String |
getGuid()
Gets or sets the unique identifier.
|
AnnotationReplyInfo[] |
getReplies()
Gets or sets the replies.
|
String |
getReplyGuid()
Gets or sets the reply unique identifier.
|
Date |
getServerTime()
Gets or sets the server time.
|
void |
setGuid(String value)
Gets or sets the unique identifier.
|
void |
setReplies(AnnotationReplyInfo[] value)
Gets or sets the replies.
|
void |
setReplyGuid(String value)
Gets or sets the reply unique identifier.
|
void |
setServerTime(Date value)
Gets or sets the server time.
|
void |
setServerTimeInternal(com.aspose.ms.System.DateTime value) |
String |
toString() |
public String getReplyGuid()
Gets or sets the reply unique identifier.
Value: The reply unique identifier.public void setReplyGuid(String value)
Gets or sets the reply unique identifier.
Value: The reply unique identifier.value
- public String getGuid()
Gets or sets the unique identifier.
Value: The unique identifier.public void setGuid(String value)
Gets or sets the unique identifier.
Value: The 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
- 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)