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="2024-09-27T08:40:25.071-07:00")
public class SimpleRestore
extends Object
A simple Restore entry for listRestore Usage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for backupCrn.Getter for includedNamespaces.Getter for restoreCreationTime.Getter for restoreCrn.int
hashCode()
void
setBackupCrn
(String backupCrn) Setter for backupCrn.void
setIncludedNamespaces
(List<String> includedNamespaces) Setter for includedNamespaces.void
setRestoreCreationTime
(String restoreCreationTime) Setter for restoreCreationTime.void
setRestoreCrn
(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
-