类 UpdateFileCommentReplyReq

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

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

    • UpdateFileCommentReplyReq

      public UpdateFileCommentReplyReq()
    • UpdateFileCommentReplyReq

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

    • newBuilder

      public static UpdateFileCommentReplyReq.Builder newBuilder()
    • getFileType

      public String getFileType()
    • setFileType

      public void setFileType(String fileType)
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)
    • 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)
    • getUpdateFileCommentReplyReqBody

      public UpdateFileCommentReplyReqBody getUpdateFileCommentReplyReqBody()
    • setUpdateFileCommentReplyReqBody

      public void setUpdateFileCommentReplyReqBody(UpdateFileCommentReplyReqBody body)