public class Comment extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Comment.Builder |
| 构造器和说明 |
|---|
Comment() |
Comment(Comment.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCid() |
String |
getContent() |
String |
getCreateTime() |
String |
getId() |
String |
getImageKey() |
Boolean |
getIsHot() |
String |
getPostId() |
ReactionSet |
getReactionSet() |
String |
getReplyCommentId() |
String |
getRootCommentId() |
String |
getUserId() |
Integer |
getUserType() |
static Comment.Builder |
newBuilder() |
void |
setCid(String cid) |
void |
setContent(String content) |
void |
setCreateTime(String createTime) |
void |
setId(String id) |
void |
setImageKey(String imageKey) |
void |
setIsHot(Boolean isHot) |
void |
setPostId(String postId) |
void |
setReactionSet(ReactionSet reactionSet) |
void |
setReplyCommentId(String replyCommentId) |
void |
setRootCommentId(String rootCommentId) |
void |
setUserId(String userId) |
void |
setUserType(Integer userType) |
public Comment()
public Comment(Comment.Builder builder)
public static Comment.Builder newBuilder()
public String getUserId()
public void setUserId(String userId)
public String getContent()
public void setContent(String content)
public String getImageKey()
public void setImageKey(String imageKey)
public Boolean getIsHot()
public void setIsHot(Boolean isHot)
public ReactionSet getReactionSet()
public void setReactionSet(ReactionSet reactionSet)
public String getId()
public void setId(String id)
public String getCreateTime()
public void setCreateTime(String createTime)
public String getPostId()
public void setPostId(String postId)
public String getReplyCommentId()
public void setReplyCommentId(String replyCommentId)
public String getRootCommentId()
public void setRootCommentId(String rootCommentId)
public String getCid()
public void setCid(String cid)
public Integer getUserType()
public void setUserType(Integer userType)
Copyright © 2025. All rights reserved.