Class RestoreBackupResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-25T09:53:04.017-07:00") public class RestoreBackupResponse extends CdpResponse
Response object for the restore backup request.
  • Constructor Details

    • RestoreBackupResponse

      public RestoreBackupResponse()
  • Method Details

    • getRestoreCrn

      public String getRestoreCrn()
      Getter for restoreCrn. The CRN of the restore.
    • setRestoreCrn

      public void setRestoreCrn(String restoreCrn)
      Setter for restoreCrn. The CRN of the restore.
    • getMessage

      public String getMessage()
      Getter for message. Additional message from the restore process.
    • setMessage

      public void setMessage(String message)
      Setter for message. Additional message from the restore process.
    • getRestorePlan

      public RestoreBackupResponseRestorePlan getRestorePlan()
      Getter for restorePlan.
    • setRestorePlan

      public void setRestorePlan(RestoreBackupResponseRestorePlan restorePlan)
      Setter for restorePlan.
    • 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