Class CancelBackupRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.862-07:00")
    public class CancelBackupRequest
    extends Object
    The request to cancel a backup operation.
    • Constructor Detail

      • CancelBackupRequest

        public CancelBackupRequest()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object