java.lang.Object
com.lark.oapi.service.approval.v4.model.Comment

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

    • Comment

      public Comment()
    • Comment

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

    • newBuilder

      public static Comment.Builder newBuilder()
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getCreateTime

      public String getCreateTime()
    • setCreateTime

      public void setCreateTime(String createTime)
    • getUpdateTime

      public String getUpdateTime()
    • setUpdateTime

      public void setUpdateTime(String updateTime)
    • getIsDelete

      public Integer getIsDelete()
    • setIsDelete

      public void setIsDelete(Integer isDelete)
    • getReplies

      public CommentReply[] getReplies()
    • setReplies

      public void setReplies(CommentReply[] replies)
    • getAtInfoList

      public CommentAtInfo[] getAtInfoList()
    • setAtInfoList

      public void setAtInfoList(CommentAtInfo[] atInfoList)
    • getCommentator

      public String getCommentator()
    • setCommentator

      public void setCommentator(String commentator)
    • getExtra

      public String getExtra()
    • setExtra

      public void setExtra(String extra)