Constructor and Description |
---|
AddReplyResult() |
Modifier and Type | Method and Description |
---|---|
String |
getAnnotationGuid()
Gets or sets the unique identifier.
|
Date |
getReplyDateTime()
Gets or sets the reply date time.
|
String |
getReplyGuid()
Gets or sets the reply unique identifier.
|
void |
setAnnotationGuid(String value)
Gets or sets the unique identifier.
|
void |
setReplyDateTime(Date value)
Gets or sets the reply date time.
|
void |
setReplyDateTimeInternal(com.aspose.ms.System.DateTime value) |
void |
setReplyGuid(String value)
Gets or sets the reply unique identifier.
|
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 getAnnotationGuid()
Gets or sets the unique identifier.
Value: The unique identifier.public void setAnnotationGuid(String value)
Gets or sets the unique identifier.
Value: The unique identifier.value
- public Date getReplyDateTime()
Gets or sets the reply date time.
Value: The reply date time.public void setReplyDateTime(Date value)
Gets or sets the reply date time.
Value: The reply date time.value
- public void setReplyDateTimeInternal(com.aspose.ms.System.DateTime value)
Copyright © 2017. All rights reserved.