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