Class RestoreBackupRequest

java.lang.Object
com.cloudera.cdp.dw.model.RestoreBackupRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class RestoreBackupRequest extends Object
Request object for the restore backup request.
  • Constructor Details

    • RestoreBackupRequest

      public RestoreBackupRequest()
  • Method Details

    • getBackupCrn

      public String getBackupCrn()
      Getter for backupCrn. The CRN of the backup.
    • setBackupCrn

      public void setBackupCrn(String backupCrn)
      Setter for backupCrn. The CRN of the backup.
    • getNamespaceNames

      public List<String> getNamespaceNames()
      Getter for namespaceNames. A list of namespaces of the potential candidates for restore. If not set, all of the Data Warehouse namespaces within the backup CRN will be restored.
    • setNamespaceNames

      public void setNamespaceNames(List<String> namespaceNames)
      Setter for namespaceNames. A list of namespaces of the potential candidates for restore. If not set, all of the Data Warehouse namespaces within the backup CRN will be restored.
    • 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