类 CommentRequest

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

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

    • CommentRequest

      public CommentRequest()
    • CommentRequest

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

    • newBuilder

      public static CommentRequest.Builder newBuilder()
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getAtInfoList

      public CommentAtInfo[] getAtInfoList()
    • setAtInfoList

      public void setAtInfoList(CommentAtInfo[] atInfoList)
    • getParentCommentId

      public String getParentCommentId()
    • setParentCommentId

      public void setParentCommentId(String parentCommentId)
    • getCommentId

      public String getCommentId()
    • setCommentId

      public void setCommentId(String commentId)
    • getDisableBot

      public Boolean getDisableBot()
    • setDisableBot

      public void setDisableBot(Boolean disableBot)
    • getExtra

      public String getExtra()
    • setExtra

      public void setExtra(String extra)