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="2023-09-27T13:27:51.717-07:00") public class Backup extends Object
Backup entry
-
-
Constructor Summary
Constructors Constructor Description Backup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getBackupCreationTime()
Getter for backupCreationTime.String
getBackupCrn()
Getter for backupCrn.String
getBackupJob()
Getter for backupJob.String
getBackupJobState()
Getter for backupJobState.String
getBackupName()
Getter for backupName.String
getBackupPhase()
Getter for backupPhase.String
getBackupUpdatedTime()
Getter for backupUpdatedTime.List<Message>
getErrors()
Getter for errors.List<String>
getIncludedNamespaces()
Getter for includedNamespaces.List<Message>
getWarnings()
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
setErrors(List<Message> errors)
Setter for errors.void
setIncludedNamespaces(List<String> includedNamespaces)
Setter for includedNamespaces.void
setWarnings(List<Message> warnings)
Setter for warnings.String
toString()
-
-
-
Method Detail
-
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.
-
getBackupCreationTime
public String getBackupCreationTime()
Getter for backupCreationTime. The time when the backup was created.
-
setBackupCreationTime
public void setBackupCreationTime(String backupCreationTime)
Setter for backupCreationTime. The time when the backup was created.
-
getBackupName
public String getBackupName()
Getter for backupName. The display name of the backup.
-
setBackupName
public void setBackupName(String backupName)
Setter for backupName. The display name of the backup.
-
getBackupUpdatedTime
public String getBackupUpdatedTime()
Getter for backupUpdatedTime. The time when the backup was updated.
-
setBackupUpdatedTime
public void setBackupUpdatedTime(String backupUpdatedTime)
Setter for backupUpdatedTime. The time when the backup was updated.
-
getBackupPhase
public String getBackupPhase()
Getter for backupPhase. The phase of the backup operation.
-
setBackupPhase
public void setBackupPhase(String backupPhase)
Setter for backupPhase. The phase of the backup operation.
-
getBackupJobState
public String getBackupJobState()
Getter for backupJobState. The current state of the backup job.
-
setBackupJobState
public void setBackupJobState(String backupJobState)
Setter for backupJobState. The current state of the backup job.
-
getBackupJob
public String getBackupJob()
Getter for backupJob. The backup job name.
-
setBackupJob
public void setBackupJob(String backupJob)
Setter for backupJob. The backup job name.
-
getIncludedNamespaces
public List<String> getIncludedNamespaces()
Getter for includedNamespaces. The list of namespaces to be included in backup.
-
setIncludedNamespaces
public void setIncludedNamespaces(List<String> includedNamespaces)
Setter for includedNamespaces. The list of namespaces to be included in backup.
-
setWarnings
public void setWarnings(List<Message> warnings)
Setter for warnings. The warnings from backup job.
-
setErrors
public void setErrors(List<Message> errors)
Setter for errors. The errors from backup job.
-
-