类 CommentReply

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

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

    • CommentReply

      public CommentReply()
    • CommentReply

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

    • newBuilder

      public static CommentReply.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)
    • 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)