public class CreateFileCommentReplyRespBody extends Object
| 构造器和说明 |
|---|
CreateFileCommentReplyRespBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
ReplyContent |
getContent() |
Integer |
getCreateTime() |
ReplyExtra |
getExtra() |
FileCommentV2BatchQueryReactionData[] |
getReactions() |
String |
getReplyId() |
Integer |
getUpdateTime() |
String |
getUserId() |
void |
setContent(ReplyContent content) |
void |
setCreateTime(Integer createTime) |
void |
setExtra(ReplyExtra extra) |
void |
setReactions(FileCommentV2BatchQueryReactionData[] reactions) |
void |
setReplyId(String replyId) |
void |
setUpdateTime(Integer updateTime) |
void |
setUserId(String userId) |
public ReplyContent getContent()
public void setContent(ReplyContent content)
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 ReplyExtra getExtra()
public void setExtra(ReplyExtra extra)
public FileCommentV2BatchQueryReactionData[] getReactions()
public void setReactions(FileCommentV2BatchQueryReactionData[] reactions)
Copyright © 2026. All rights reserved.