Reply
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.ms.System.ICloneable, java.lang.Cloneable
public class Reply implements System.ICloneable, Cloneable
Represents annotation reply.
| Constructor | Description |
|---|---|
| Reply() |
| Method | Description |
|---|---|
| getId() | Reply Id |
| setId(int value) | Reply Id |
| getUser() | Reply creator |
| setUser(User value) | Reply creator |
| getComment() | Reply comment |
| setComment(String value) | Reply comment |
| getRepliedOn() | Reply creation date |
| setRepliedOn(Date value) | Reply creation date |
| getParentReply() | Parent reply |
| setParentReply(Reply value) | Parent reply |
| deepClone() | Returns new Instance with same values |
| clone() | |
| toString() |
public Reply()
public final int getId()
Reply Id
Returns: int -
public final void setId(int value)
Reply Id
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public final User getUser()
Reply creator
Returns: User -
public final void setUser(User value)
Reply creator
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | User |
public final String getComment()
Reply comment
Returns: java.lang.String -
public final void setComment(String value)
Reply comment
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public final Date getRepliedOn()
Reply creation date
Returns: java.util.Date -
public final void setRepliedOn(Date value)
Reply creation date
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.util.Date |
public final Reply getParentReply()
Parent reply
Returns: Reply -
public final void setParentReply(Reply value)
Parent reply
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Reply |
public final Object deepClone()
Returns new Instance with same values
Returns: java.lang.Object -
public Object clone()
Returns: java.lang.Object
public String toString()
Returns: java.lang.String
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.