Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
Documents from this version have been archived, and will not continue to be maintained. Please use the latest version.
| Class info |
| public final class Reply extends GenericJson |
| Replies to a comment on a drive file. |
| Constructor name |
Reply() Constructor for the Reply class. |
| Return type | Method name |
| String | getOperate() Obtains the operation of replying to a parent comment. |
| Reply | setOperate(String operate) Sets the operation of replying to a parent comment. |
| User | getCreator() Obtains the user who creates a reply. |
| Reply | setCreator(User creator) Sets the user who creates a reply. |
| String | getDescription() Obtains a reply in plain text format. |
| Reply | setDescription(String description) Sets a reply in plain text format. |
| com.huawei.cloud.base.util.DateTime | getCreatedTime() Obtains reply creation time in RFC 3339 format. |
| Reply | setCreatedTime(com.huawei.cloud.base.util.DateTime createdTime) Sets reply creation time in RFC 3339 format. |
| Boolean | getDeleted() Checks whether a reply is deleted. |
| Reply | setDeleted(Boolean deleted) Sets whether a reply is deleted. |
| String | getHtmlDescription() Obtains a reply in HTML format. |
| Reply | setHtmlDescription(String htmlDescription) Sets a reply in HTML format. |
| String | getId() Obtains the ID of a reply. |
| Reply | setId(String id) Sets the ID of a reply. |
| String | getCategory() Obtains the resource type. |
| Reply | setCategory(String category) Sets the resource type. |
| com.huawei.cloud.base.util.DateTime | getEditedTime() Obtains the last modification time of a reply. |
| Reply | setEditedTime(com.huawei.cloud.base.util.DateTime editedTime) Sets the last modification time of a reply. |
| Reply | set(String fieldName, Object value) Sets the given field value for the given field name. |
| Reply | clone() Clones a Reply object. |
| constructor |
| Reply() |
| Constructs a Reply object. |
| Method |
| public String getOperate() |
| Obtains the operation of replying to a parent comment. |
Return
| type | desc |
| String | Operation of replying to a parent comment. |
| Method |
public Reply setOperate(String operate) |
| Sets the operation of replying to a parent comment. |
Parameters
| Parameter name | Parameter desc |
| operate | Operation of replying to a parent comment. |
Return
| type | desc |
| Reply | A Reply object. |
| Method |
public User getCreator() |
| Obtains the user who creates a reply. |
Return
| type | desc |
| User | User who creates a reply. |
| Method |
public Reply setCreator(User creator) |
| Sets the user who creates a reply. |
Parameters
| Parameter name | Parameter desc |
| creator | User who creates a reply. |
Return
| type | desc |
| Reply | A Reply object. |
| Method |
public String getDescription() |
| Obtains a reply in plain text format. |
Return
| type | desc |
| String | Reply in plain text format. |
| Method |
public Reply setDescription(String description) |
| Sets a reply in plain text format. |
Parameters
| Parameter name | Parameter desc |
| description | Reply in plain text format. |
Return
| type | desc |
| Reply | A Reply object. |
| Method |
public com.huawei.cloud.base.util.DateTime getCreatedTime() |
| Obtains reply creation time in RFC 3339 format. |
Return
| type | desc |
| com.huawei.cloud.base.util.DateTime | Reply creation time in RFC 3339 format. |
| Method |
public Reply setCreatedTime(com.huawei.cloud.base.util.DateTime createdTime) |
| Sets reply creation time in RFC 3339 format. |
Parameters
| Parameter name | Parameter desc |
| createdTime | Reply creation time in RFC 3339 format. |
Return
| type | desc |
| Reply | A Reply object. |
| Method |
public Boolean getDeleted() |
| Checks whether a reply is deleted. |
Return
| type | desc |
| Boolean | Indicates whether a reply is deleted. |
| Method |
public Reply setDeleted(Boolean deleted) |
| Sets whether a reply is deleted. |
Parameters
| Parameter name | Parameter desc |
| deleted | Indicates whether a reply is deleted. |
Return
| type | desc |
| Reply | A Reply object. |
| Method |
public String getHtmlDescription() |
| Obtains a reply in HTML format. |
Return
| type | desc |
| String | Reply in HTML format. |
| Method |
public Reply setHtmlDescription(String htmlDescription) |
| Sets a reply in HTML format. |
Parameters
| Parameter name | Parameter desc |
| htmlDescription | Reply in HTML format. |
Return
| type | desc |
| Reply | A Reply object. |
| Method |
public String getId() |
| Obtains the ID of a reply. |
Return
| type | desc |
| String | ID of a reply. |
| Method |
public Reply setId(String id) |
| Sets the ID of a reply. |
Parameters
| Parameter name | Parameter desc |
| id | ID of a reply. |
Return
| type | desc |
| Reply | A Reply object. |
| Method |
public String getCategory() |
| Obtains the resource type. |
Return
| type | desc |
| String | Resource type. |
| Method |
public Reply setCategory(String category) |
| Sets the resource type. |
Parameters
| Parameter name | Parameter desc |
| category | Resource type. |
Return
| type | desc |
| Reply | A Reply object. |
| Method |
public com.huawei.cloud.base.util.DateTime getEditedTime() |
| Obtains the last modification time of a reply. |
Return
| type | desc |
| com.huawei.cloud.base.util.DateTime | Last modification time of a reply. |
| Method |
public Reply setEditedTime(com.huawei.cloud.base.util.DateTime editedTime) |
| Sets the last modification time of a reply. |
Parameters
| Parameter name | Parameter desc |
| editedTime | Last modification time of a reply. |
Return
| type | desc |
| Reply | A Reply object. |
| Method |
public Reply set(String fieldName,Object value) |
| Sets the given field value for the given field name. |
Parameters
| Parameter name | Parameter desc |
| fieldName | Field name. |
| value | Field value. |
Return
| type | desc |
| Reply | A Reply object. |
| Method |
public Reply clone () |
| Clones a Reply object. |
Return
| type | desc |
| Reply | A Reply object. |