public class Comment extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Comment.Builder |
| 构造器和说明 |
|---|
Comment() |
Comment(Comment.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
CommentAtInfo[] |
getAtInfoList() |
String |
getCommentator() |
String |
getContent() |
String |
getCreateTime() |
String |
getExtra() |
String |
getId() |
Integer |
getIsDelete() |
CommentReply[] |
getReplies() |
String |
getUpdateTime() |
static Comment.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 |
setReplies(CommentReply[] replies) |
void |
setUpdateTime(String updateTime) |
public Comment()
public Comment(Comment.Builder builder)
public static Comment.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 CommentReply[] getReplies()
public void setReplies(CommentReply[] replies)
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.