类 FileCommentReply

java.lang.Object
com.lark.oapi.service.drive.v1.model.FileCommentReply

public class FileCommentReply extends Object
  • 构造器详细资料

    • FileCommentReply

      public FileCommentReply()
    • FileCommentReply

      public FileCommentReply(FileCommentReply.Builder builder)
  • 方法详细资料

    • newBuilder

      public static FileCommentReply.Builder newBuilder()
    • getContent

      public ReplyContent getContent()
    • setContent

      public void setContent(ReplyContent content)
    • getReplyId

      public String getReplyId()
    • setReplyId

      public void setReplyId(String replyId)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • getCreateTime

      public Integer getCreateTime()
    • setCreateTime

      public void setCreateTime(Integer createTime)
    • getUpdateTime

      public Integer getUpdateTime()
    • setUpdateTime

      public void setUpdateTime(Integer updateTime)
    • getExtra

      public ReplyExtra getExtra()
    • setExtra

      public void setExtra(ReplyExtra extra)