Class SimpleRestore


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class SimpleRestore
    extends Object
    A simple Restore entry for listRestore Usage
    • Constructor Detail

      • SimpleRestore

        public SimpleRestore()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object