public class PatchFileCommentReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PatchFileCommentReq.Builder |
| 构造器和说明 |
|---|
PatchFileCommentReq() |
PatchFileCommentReq(PatchFileCommentReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCommentId() |
String |
getFileToken() |
String |
getFileType() |
PatchFileCommentReqBody |
getPatchFileCommentReqBody() |
static PatchFileCommentReq.Builder |
newBuilder() |
void |
setCommentId(String commentId) |
void |
setFileToken(String fileToken) |
void |
setFileType(String fileType) |
void |
setPatchFileCommentReqBody(PatchFileCommentReqBody body) |
public PatchFileCommentReq()
public PatchFileCommentReq(PatchFileCommentReq.Builder builder)
public static PatchFileCommentReq.Builder newBuilder()
public String getFileType()
public void setFileType(String fileType)
public String getFileToken()
public void setFileToken(String fileToken)
public String getCommentId()
public void setCommentId(String commentId)
public PatchFileCommentReqBody getPatchFileCommentReqBody()
public void setPatchFileCommentReqBody(PatchFileCommentReqBody body)
Copyright © 2022. All rights reserved.