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