public class CommentReply extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CommentReply.Builder |
| 构造器和说明 |
|---|
CommentReply() |
CommentReply(CommentReply.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
CommentAtInfo[] |
getAtInfoList() |
String |
getCommentator() |
String |
getContent() |
String |
getCreateTime() |
String |
getExtra() |
String |
getId() |
Integer |
getIsDelete() |
String |
getUpdateTime() |
static CommentReply.Builder |
newBuilder() |
void |
setAtInfoList(CommentAtInfo[] atInfoList) |
void |
setCommentator(String commentator) |
void |
setContent(String content) |
void |
setCreateTime(String createTime) |
void |
setExtra(String extra) |
void |
setId(String id) |
void |
setIsDelete(Integer isDelete) |
void |
setUpdateTime(String updateTime) |
public CommentReply()
public CommentReply(CommentReply.Builder builder)
public static CommentReply.Builder newBuilder()
public String getId()
public void setId(String id)
public String getContent()
public void setContent(String content)
public String getCreateTime()
public void setCreateTime(String createTime)
public String getUpdateTime()
public void setUpdateTime(String updateTime)
public Integer getIsDelete()
public void setIsDelete(Integer isDelete)
public CommentAtInfo[] getAtInfoList()
public void setAtInfoList(CommentAtInfo[] atInfoList)
public String getCommentator()
public void setCommentator(String commentator)
public String getExtra()
public void setExtra(String extra)
Copyright © 2024. All rights reserved.