Class CancelRestoreRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.246-07:00") public class CancelRestoreRequest extends Object
Details of the restore that has to be cancelled.
  • Constructor Details

    • CancelRestoreRequest

      public CancelRestoreRequest()
  • Method Details

    • getRestoreId

      public String getRestoreId()
      Getter for restoreId. Restore-id that identifies the restore to be cancelled.
    • setRestoreId

      public void setRestoreId(String restoreId)
      Setter for restoreId. Restore-id that identifies the restore to be cancelled.
    • getForce

      public Boolean getForce()
      Getter for force. Mark the operation as cancelled regardless of the progress.
    • setForce

      public void setForce(Boolean force)
      Setter for force. Mark the operation as cancelled regardless of the progress.
    • 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