| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
Comment.Builder |
atInfoList(CommentAtInfo[] atInfoList) |
Comment |
build() |
Comment.Builder |
commentator(String commentator) |
Comment.Builder |
content(String content) |
Comment.Builder |
createTime(Long createTime) |
Comment.Builder |
extra(String extra) |
Comment.Builder |
id(Long id) |
Comment.Builder |
isDelete(Integer isDelete) |
Comment.Builder |
replies(CommentReply[] replies) |
Comment.Builder |
updateTime(Long updateTime) |
public Comment.Builder id(Long id)
public Comment.Builder content(String content)
public Comment.Builder createTime(Long createTime)
public Comment.Builder updateTime(Long updateTime)
public Comment.Builder isDelete(Integer isDelete)
public Comment.Builder replies(CommentReply[] replies)
public Comment.Builder atInfoList(CommentAtInfo[] atInfoList)
public Comment.Builder commentator(String commentator)
public Comment.Builder extra(String extra)
public Comment build()
Copyright © 2022. All rights reserved.