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