Package com.cloudera.cdp.dw.model
Class RestoreBackupRequest
- java.lang.Object
-
- com.cloudera.cdp.dw.model.RestoreBackupRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:51.717-07:00") public class RestoreBackupRequest extends Object
Request object for the restore backup request.
-
-
Constructor Summary
Constructors Constructor Description RestoreBackupRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getBackupCrn()
Getter for backupCrn.List<String>
getNamespaceNames()
Getter for namespaceNames.int
hashCode()
void
setBackupCrn(String backupCrn)
Setter for backupCrn.void
setNamespaceNames(List<String> namespaceNames)
Setter for namespaceNames.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.
-
getNamespaceNames
public List<String> getNamespaceNames()
Getter for namespaceNames. A list of namespaces of the potential candidates for restore. If not set, all of the Data Warehouse namespaces within the backup CRN will be restored.
-
setNamespaceNames
public void setNamespaceNames(List<String> namespaceNames)
Setter for namespaceNames. A list of namespaces of the potential candidates for restore. If not set, all of the Data Warehouse namespaces within the backup CRN will be restored.
-
-