public class PatchCommentReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PatchCommentReq.Builder |
| 构造器和说明 |
|---|
PatchCommentReq() |
PatchCommentReq(PatchCommentReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCommentId() |
PatchCommentReqBody |
getPatchCommentReqBody() |
String |
getUserIdType() |
static PatchCommentReq.Builder |
newBuilder() |
void |
setCommentId(String commentId) |
void |
setPatchCommentReqBody(PatchCommentReqBody body) |
void |
setUserIdType(String userIdType) |
public PatchCommentReq()
public PatchCommentReq(PatchCommentReq.Builder builder)
public String getUserIdType()
public void setUserIdType(String userIdType)
public String getCommentId()
public void setCommentId(String commentId)
public PatchCommentReqBody getPatchCommentReqBody()
public void setPatchCommentReqBody(PatchCommentReqBody body)
public static PatchCommentReq.Builder newBuilder()
Copyright © 2025. All rights reserved.