类 InputComment

java.lang.Object
com.lark.oapi.service.task.v2.model.InputComment

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

    • InputComment

      public InputComment()
    • InputComment

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

    • newBuilder

      public static InputComment.Builder newBuilder()
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getReplyToCommentId

      public String getReplyToCommentId()
    • setReplyToCommentId

      public void setReplyToCommentId(String replyToCommentId)
    • getResourceType

      public String getResourceType()
    • setResourceType

      public void setResourceType(String resourceType)
    • getResourceId

      public String getResourceId()
    • setResourceId

      public void setResourceId(String resourceId)