Package com.cloudera.cdp.dw.model
Class Restore
java.lang.Object
com.cloudera.cdp.dw.model.Restore
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class Restore
extends Object
Restore entry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for backupCrn.Getter for errors.Getter for excludedResources.Getter for includedNamespaces.Getter for restoreCreationTime.Getter for restoreCrn.Getter for restoreJob.Getter for restoreJobState.Getter for restorePhase.Getter for restoreUpdatedTime.Getter for successConditions.Getter for warnings.int
hashCode()
void
setBackupCrn
(String backupCrn) Setter for backupCrn.void
Setter for errors.void
setExcludedResources
(List<String> excludedResources) Setter for excludedResources.void
setIncludedNamespaces
(List<String> includedNamespaces) Setter for includedNamespaces.void
setRestoreCreationTime
(String restoreCreationTime) Setter for restoreCreationTime.void
setRestoreCrn
(String restoreCrn) Setter for restoreCrn.void
setRestoreJob
(String restoreJob) Setter for restoreJob.void
setRestoreJobState
(String restoreJobState) Setter for restoreJobState.void
setRestorePhase
(String restorePhase) Setter for restorePhase.void
setRestoreUpdatedTime
(String restoreUpdatedTime) Setter for restoreUpdatedTime.void
setSuccessConditions
(List<String> successConditions) Setter for successConditions.void
setWarnings
(List<Message> warnings) Setter for warnings.toString()
-
Constructor Details
-
Restore
public Restore()
-
-
Method Details
-
getRestoreCrn
Getter for restoreCrn. The CRN of the restore. -
setRestoreCrn
Setter for restoreCrn. The CRN of the restore. -
getBackupCrn
Getter for backupCrn. The CRN of the backup. -
setBackupCrn
Setter for backupCrn. The CRN of the backup. -
getRestoreCreationTime
Getter for restoreCreationTime. The time when the restore was created. -
setRestoreCreationTime
Setter for restoreCreationTime. The time when the restore was created. -
getRestoreUpdatedTime
Getter for restoreUpdatedTime. The updated time of the restore. -
setRestoreUpdatedTime
Setter for restoreUpdatedTime. The updated time of the restore. -
getExcludedResources
Getter for excludedResources. The list of resources to be excluded in restore. -
setExcludedResources
Setter for excludedResources. The list of resources to be excluded in restore. -
getIncludedNamespaces
Getter for includedNamespaces. The list of namespaces to be included in restore. -
setIncludedNamespaces
Setter for includedNamespaces. The list of namespaces to be included in restore. -
getSuccessConditions
Getter for successConditions. The list of conditions to be met for a successful restore. -
setSuccessConditions
Setter for successConditions. The list of conditions to be met for a successful restore. -
getRestorePhase
Getter for restorePhase. The phase of the restore operation. -
setRestorePhase
Setter for restorePhase. The phase of the restore operation. -
getRestoreJobState
Getter for restoreJobState. The current state of the restore job. -
setRestoreJobState
Setter for restoreJobState. The current state of the restore job. -
getRestoreJob
Getter for restoreJob. The restore job name. -
setRestoreJob
Setter for restoreJob. The restore job name. -
getWarnings
Getter for warnings. The warnings from restore job. -
setWarnings
Setter for warnings. The warnings from restore job. -
getErrors
Getter for errors. The errors from restore job. -
setErrors
Setter for errors. The errors from restore job. -
equals
-
hashCode
public int hashCode() -
toString
-