Package com.cloudera.cdp.dw.model
Class SimpleRestore
java.lang.Object
com.cloudera.cdp.dw.model.SimpleRestore
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:44.787-07:00")
public class SimpleRestore
extends Object
A simple Restore entry for listRestore Usage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for backupCrn.Getter for includedNamespaces.Getter for restoreCreationTime.Getter for restoreCrn.inthashCode()voidsetBackupCrn(String backupCrn) Setter for backupCrn.voidsetIncludedNamespaces(List<String> includedNamespaces) Setter for includedNamespaces.voidsetRestoreCreationTime(String restoreCreationTime) Setter for restoreCreationTime.voidsetRestoreCrn(String restoreCrn) Setter for restoreCrn.toString()
-
Constructor Details
-
SimpleRestore
public SimpleRestore()
-
-
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. -
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. -
equals
-
hashCode
public int hashCode() -
toString
-