Package com.cloudera.cdp.dw.model
Class Backup
java.lang.Object
com.cloudera.cdp.dw.model.Backup
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class Backup
extends Object
Backup entry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for backupCreationTime.Getter for backupCrn.Getter for backupJob.Getter for backupJobState.Getter for backupName.Getter for backupPhase.Getter for backupUpdatedTime.Getter for errors.Getter for includedNamespaces.Getter for warnings.int
hashCode()
void
setBackupCreationTime
(String backupCreationTime) Setter for backupCreationTime.void
setBackupCrn
(String backupCrn) Setter for backupCrn.void
setBackupJob
(String backupJob) Setter for backupJob.void
setBackupJobState
(String backupJobState) Setter for backupJobState.void
setBackupName
(String backupName) Setter for backupName.void
setBackupPhase
(String backupPhase) Setter for backupPhase.void
setBackupUpdatedTime
(String backupUpdatedTime) Setter for backupUpdatedTime.void
Setter for errors.void
setIncludedNamespaces
(List<String> includedNamespaces) Setter for includedNamespaces.void
setWarnings
(List<Message> warnings) Setter for warnings.toString()
-
Constructor Details
-
Backup
public Backup()
-
-
Method Details
-
getBackupCrn
Getter for backupCrn. The CRN of the backup. -
setBackupCrn
Setter for backupCrn. The CRN of the backup. -
getBackupCreationTime
Getter for backupCreationTime. The time when the backup was created. -
setBackupCreationTime
Setter for backupCreationTime. The time when the backup was created. -
getBackupName
Getter for backupName. The display name of the backup. -
setBackupName
Setter for backupName. The display name of the backup. -
getBackupUpdatedTime
Getter for backupUpdatedTime. The time when the backup was updated. -
setBackupUpdatedTime
Setter for backupUpdatedTime. The time when the backup was updated. -
getBackupPhase
Getter for backupPhase. The phase of the backup operation. -
setBackupPhase
Setter for backupPhase. The phase of the backup operation. -
getBackupJobState
Getter for backupJobState. The current state of the backup job. -
setBackupJobState
Setter for backupJobState. The current state of the backup job. -
getBackupJob
Getter for backupJob. The backup job name. -
setBackupJob
Setter for backupJob. The backup job name. -
getIncludedNamespaces
Getter for includedNamespaces. The list of namespaces to be included in backup. -
setIncludedNamespaces
Setter for includedNamespaces. The list of namespaces to be included in backup. -
getWarnings
Getter for warnings. The warnings from backup job. -
setWarnings
Setter for warnings. The warnings from backup job. -
getErrors
Getter for errors. The errors from backup job. -
setErrors
Setter for errors. The errors from backup job. -
equals
-
hashCode
public int hashCode() -
toString
-