public class CommentRequest extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CommentRequest.Builder |
| 构造器和说明 |
|---|
CommentRequest() |
CommentRequest(CommentRequest.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
CommentAtInfo[] |
getAtInfoList() |
String |
getCommentId() |
String |
getContent() |
Boolean |
getDisableBot() |
String |
getExtra() |
String |
getParentCommentId() |
static CommentRequest.Builder |
newBuilder() |
void |
setAtInfoList(CommentAtInfo[] atInfoList) |
void |
setCommentId(String commentId) |
void |
setContent(String content) |
void |
setDisableBot(Boolean disableBot) |
void |
setExtra(String extra) |
void |
setParentCommentId(String parentCommentId) |
public CommentRequest()
public CommentRequest(CommentRequest.Builder builder)
public static CommentRequest.Builder newBuilder()
public String getContent()
public void setContent(String content)
public CommentAtInfo[] getAtInfoList()
public void setAtInfoList(CommentAtInfo[] atInfoList)
public String getParentCommentId()
public void setParentCommentId(String parentCommentId)
public String getCommentId()
public void setCommentId(String commentId)
public Boolean getDisableBot()
public void setDisableBot(Boolean disableBot)
public String getExtra()
public void setExtra(String extra)
Copyright © 2022. All rights reserved.