public class UpdateFileCommentReplyReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UpdateFileCommentReplyReq.Builder |
| 构造器和说明 |
|---|
UpdateFileCommentReplyReq() |
UpdateFileCommentReplyReq(UpdateFileCommentReplyReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCommentId() |
String |
getFileToken() |
String |
getFileType() |
String |
getReplyId() |
UpdateFileCommentReplyReqBody |
getUpdateFileCommentReplyReqBody() |
String |
getUserIdType() |
static UpdateFileCommentReplyReq.Builder |
newBuilder() |
void |
setCommentId(String commentId) |
void |
setFileToken(String fileToken) |
void |
setFileType(String fileType) |
void |
setReplyId(String replyId) |
void |
setUpdateFileCommentReplyReqBody(UpdateFileCommentReplyReqBody body) |
void |
setUserIdType(String userIdType) |
public UpdateFileCommentReplyReq()
public UpdateFileCommentReplyReq(UpdateFileCommentReplyReq.Builder builder)
public String getFileType()
public void setFileType(String fileType)
public String getUserIdType()
public void setUserIdType(String userIdType)
public String getFileToken()
public void setFileToken(String fileToken)
public String getCommentId()
public void setCommentId(String commentId)
public String getReplyId()
public void setReplyId(String replyId)
public UpdateFileCommentReplyReqBody getUpdateFileCommentReplyReqBody()
public void setUpdateFileCommentReplyReqBody(UpdateFileCommentReplyReqBody body)
public static UpdateFileCommentReplyReq.Builder newBuilder()
Copyright © 2022. All rights reserved.