public class FileCommentReply extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
FileCommentReply.Builder |
| 构造器和说明 |
|---|
FileCommentReply() |
FileCommentReply(FileCommentReply.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
ReplyContent |
getContent() |
Integer |
getCreateTime() |
ReplyExtra |
getExtra() |
String |
getReplyId() |
Integer |
getUpdateTime() |
String |
getUserId() |
static FileCommentReply.Builder |
newBuilder() |
void |
setContent(ReplyContent content) |
void |
setCreateTime(Integer createTime) |
void |
setExtra(ReplyExtra extra) |
void |
setReplyId(String replyId) |
void |
setUpdateTime(Integer updateTime) |
void |
setUserId(String userId) |
public FileCommentReply()
public FileCommentReply(FileCommentReply.Builder builder)
public static FileCommentReply.Builder newBuilder()
public String getReplyId()
public void setReplyId(String replyId)
public String getUserId()
public void setUserId(String userId)
public Integer getCreateTime()
public void setCreateTime(Integer createTime)
public Integer getUpdateTime()
public void setUpdateTime(Integer updateTime)
public ReplyContent getContent()
public void setContent(ReplyContent content)
public ReplyExtra getExtra()
public void setExtra(ReplyExtra extra)
Copyright © 2024. All rights reserved.