public class UpdateTaskCommentReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UpdateTaskCommentReq.Builder |
| 构造器和说明 |
|---|
UpdateTaskCommentReq() |
UpdateTaskCommentReq(UpdateTaskCommentReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCommentId() |
String |
getTaskId() |
UpdateTaskCommentReqBody |
getUpdateTaskCommentReqBody() |
static UpdateTaskCommentReq.Builder |
newBuilder() |
void |
setCommentId(Long commentId) |
void |
setTaskId(String taskId) |
void |
setUpdateTaskCommentReqBody(UpdateTaskCommentReqBody body) |
public UpdateTaskCommentReq()
public UpdateTaskCommentReq(UpdateTaskCommentReq.Builder builder)
public static UpdateTaskCommentReq.Builder newBuilder()
public String getTaskId()
public void setTaskId(String taskId)
public Long getCommentId()
public void setCommentId(Long commentId)
public UpdateTaskCommentReqBody getUpdateTaskCommentReqBody()
public void setUpdateTaskCommentReqBody(UpdateTaskCommentReqBody body)
Copyright © 2022. All rights reserved.