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="2023-09-27T13:27:51.717-07:00") public class SimpleRestore extends Object
A simple Restore entry for listRestore Usage
-
-
Constructor Summary
Constructors Constructor Description SimpleRestore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getBackupCrn()
Getter for backupCrn.List<String>
getIncludedNamespaces()
Getter for includedNamespaces.String
getRestoreCreationTime()
Getter for restoreCreationTime.String
getRestoreCrn()
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.String
toString()
-
-
-
Method Detail
-
getRestoreCrn
public String getRestoreCrn()
Getter for restoreCrn. The CRN of the restore.
-
setRestoreCrn
public void setRestoreCrn(String restoreCrn)
Setter for restoreCrn. The CRN of the restore.
-
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.
-
getRestoreCreationTime
public String getRestoreCreationTime()
Getter for restoreCreationTime. The time when the restore was created.
-
setRestoreCreationTime
public void setRestoreCreationTime(String restoreCreationTime)
Setter for restoreCreationTime. The time when the restore was created.
-
getIncludedNamespaces
public List<String> getIncludedNamespaces()
Getter for includedNamespaces. The list of namespaces to be included in restore.
-
setIncludedNamespaces
public void setIncludedNamespaces(List<String> includedNamespaces)
Setter for includedNamespaces. The list of namespaces to be included in restore.
-
-