public class AnnotationReplyInfo extends Object
Annotation reply metadata.
Constructor and Description |
---|
AnnotationReplyInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getGuid()
Gets or sets the unique identifier.
|
String |
getMessage()
Gets or sets the message.
|
String |
getParentReplyGuid()
Gets or sets the parent reply unique identifier.
|
Date |
getRepliedOn()
Gets or sets the replied on.
|
com.aspose.ms.System.DateTime |
getRepliedOnInternal() |
String |
getUserEmail()
Gets or sets the user email.
|
String |
getUserGuid()
Gets or sets the user unique identifier.
|
String |
getUserName()
Gets or sets the name of the user.
|
boolean |
isAvatarExist()
Gets or sets a value indicating whether this instance is avatar exist.
|
void |
setAvatarExist(boolean value)
Gets or sets a value indicating whether this instance is avatar exist.
|
void |
setGuid(String value)
Gets or sets the unique identifier.
|
void |
setMessage(String value)
Gets or sets the message.
|
void |
setParentReplyGuid(String value)
Gets or sets the parent reply unique identifier.
|
void |
setRepliedOn(Date value)
Gets or sets the replied on.
|
void |
setRepliedOnInternal(com.aspose.ms.System.DateTime value) |
void |
setUserEmail(String value)
Gets or sets the user email.
|
void |
setUserGuid(String value)
Gets or sets the user unique identifier.
|
void |
setUserName(String value)
Gets or sets the name of the user.
|
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 String getUserGuid()
Gets or sets the user unique identifier.
Value: The user unique identifier.public void setUserGuid(String value)
Gets or sets the user unique identifier.
Value: The user unique identifier.value
- public String getUserName()
Gets or sets the name of the user.
Value: The name of the user.public void setUserName(String value)
Gets or sets the name of the user.
Value: The name of the user.value
- public String getUserEmail()
Gets or sets the user email.
Value: The user email.public void setUserEmail(String value)
Gets or sets the user email.
Value: The user email.value
- public String getMessage()
Gets or sets the message.
Value: The message.public void setMessage(String value)
Gets or sets the message.
Value: The message.value
- public Date getRepliedOn()
Gets or sets the replied on.
Value: The replied on.public com.aspose.ms.System.DateTime getRepliedOnInternal()
public void setRepliedOn(Date value)
Gets or sets the replied on.
Value: The replied on.value
- public void setRepliedOnInternal(com.aspose.ms.System.DateTime value)
public String getParentReplyGuid()
Gets or sets the parent reply unique identifier.
Value: The parent reply unique identifier.public void setParentReplyGuid(String value)
Gets or sets the parent reply unique identifier.
Value: The parent reply unique identifier.value
- public boolean isAvatarExist()
Gets or sets a value indicating whether this instance is avatar exist.
Value:true
if this instance is avatar exist; otherwise,
false
.public void setAvatarExist(boolean value)
Gets or sets a value indicating whether this instance is avatar exist.
Value:true
if this instance is avatar exist; otherwise,
false
.value
- Copyright © 2018. All rights reserved.