Class Backup

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-04-23T14:14:33.344-07:00") public class Backup extends Object
Backup entry
  • Constructor Details Link icon

    • Backup Link icon

      public Backup()
  • Method Details Link icon

    • getBackupCrn Link icon

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

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

      public String getBackupCreationTime()
      Getter for backupCreationTime. The time when the backup was created.
    • setBackupCreationTime Link icon

      public void setBackupCreationTime(String backupCreationTime)
      Setter for backupCreationTime. The time when the backup was created.
    • getBackupName Link icon

      public String getBackupName()
      Getter for backupName. The display name of the backup.
    • setBackupName Link icon

      public void setBackupName(String backupName)
      Setter for backupName. The display name of the backup.
    • getBackupUpdatedTime Link icon

      public String getBackupUpdatedTime()
      Getter for backupUpdatedTime. The time when the backup was updated.
    • setBackupUpdatedTime Link icon

      public void setBackupUpdatedTime(String backupUpdatedTime)
      Setter for backupUpdatedTime. The time when the backup was updated.
    • getBackupPhase Link icon

      public String getBackupPhase()
      Getter for backupPhase. The phase of the backup operation.
    • setBackupPhase Link icon

      public void setBackupPhase(String backupPhase)
      Setter for backupPhase. The phase of the backup operation.
    • getBackupJobState Link icon

      public String getBackupJobState()
      Getter for backupJobState. The current state of the backup job.
    • setBackupJobState Link icon

      public void setBackupJobState(String backupJobState)
      Setter for backupJobState. The current state of the backup job.
    • getBackupJob Link icon

      public String getBackupJob()
      Getter for backupJob. The backup job name.
    • setBackupJob Link icon

      public void setBackupJob(String backupJob)
      Setter for backupJob. The backup job name.
    • getIncludedNamespaces Link icon

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

      public void setIncludedNamespaces(List<String> includedNamespaces)
      Setter for includedNamespaces. The list of namespaces to be included in backup.
    • getWarnings Link icon

      public List<Message> getWarnings()
      Getter for warnings. The warnings from backup job.
    • setWarnings Link icon

      public void setWarnings(List<Message> warnings)
      Setter for warnings. The warnings from backup job.
    • getErrors Link icon

      public List<Message> getErrors()
      Getter for errors. The errors from backup job.
    • setErrors Link icon

      public void setErrors(List<Message> errors)
      Setter for errors. The errors from backup job.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object