Class CancelBackupRequest

java.lang.Object
com.cloudera.cdp.datalake.model.CancelBackupRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:34.979-07:00") public class CancelBackupRequest extends Object
The request to cancel a backup operation.
  • Constructor Details Link icon

    • CancelBackupRequest Link icon

      public CancelBackupRequest()
  • Method Details Link icon

    • getBackupId Link icon

      public String getBackupId()
      Getter for backupId. Backup-id that identifies the backup to be cancelled.
    • setBackupId Link icon

      public void setBackupId(String backupId)
      Setter for backupId. Backup-id that identifies the backup to be cancelled.
    • getForce Link icon

      public Boolean getForce()
      Getter for force. Will mark all unfinished operations as cancelled without waiting for their result and mark backup operation as finished (cancelled, successful or failed) immediately.
    • setForce Link icon

      public void setForce(Boolean force)
      Setter for force. Will mark all unfinished operations as cancelled without waiting for their result and mark backup operation as finished (cancelled, successful or failed) immediately.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object