Class SimpleRestore

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class SimpleRestore extends Object
A simple Restore entry for listRestore Usage
  • Constructor Details

    • SimpleRestore

      public SimpleRestore()
  • 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.
    • 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.
    • getRestoreCreationTime

      public String getRestoreCreationTime()
      Getter for restoreCreationTime. The time when the restore was created.
    • setRestoreCreationTime

      public void setRestoreCreationTime(String restoreCreationTime)
      Setter for restoreCreationTime. The time when the restore was created.
    • getIncludedNamespaces

      public List<String> getIncludedNamespaces()
      Getter for includedNamespaces. The list of namespaces to be included in restore.
    • setIncludedNamespaces

      public void setIncludedNamespaces(List<String> includedNamespaces)
      Setter for includedNamespaces. The list of namespaces to be included in restore.
    • 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