public class PatchCommentReqBody extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PatchCommentReqBody.Builder |
| 构造器和说明 |
|---|
PatchCommentReqBody() |
PatchCommentReqBody(PatchCommentReqBody.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
InputComment |
getComment() |
String[] |
getUpdateFields() |
static PatchCommentReqBody.Builder |
newBuilder() |
void |
setComment(InputComment comment) |
void |
setUpdateFields(String[] updateFields) |
public PatchCommentReqBody()
public PatchCommentReqBody(PatchCommentReqBody.Builder builder)
public InputComment getComment()
public void setComment(InputComment comment)
public String[] getUpdateFields()
public void setUpdateFields(String[] updateFields)
public static PatchCommentReqBody.Builder newBuilder()
Copyright © 2025. All rights reserved.