Class CancelBackupRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.246-07:00") public class CancelBackupRequest extends Object
The request to cancel a backup operation.
  • Constructor Details

    • CancelBackupRequest

      public CancelBackupRequest()
  • Method Details

    • getBackupId

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

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

      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

      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

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

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

      public String toString()
      Overrides:
      toString in class Object