Class RestoreBackupResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-11-14T06:50:04.824-08: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.
    • 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