类 DeleteFileCommentReplyReq

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

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

    • DeleteFileCommentReplyReq

      public DeleteFileCommentReplyReq()
    • DeleteFileCommentReplyReq

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

    • newBuilder

      public static DeleteFileCommentReplyReq.Builder newBuilder()
    • getFileType

      public String getFileType()
    • setFileType

      public void setFileType(String fileType)
    • getFileToken

      public String getFileToken()
    • setFileToken

      public void setFileToken(String fileToken)
    • getCommentId

      public String getCommentId()
    • setCommentId

      public void setCommentId(String commentId)
    • getReplyId

      public String getReplyId()
    • setReplyId

      public void setReplyId(String replyId)