Package com.cloudera.cdp.datalake.model
Class BackupDatalakeStatusRequest
java.lang.Object
com.cloudera.cdp.datalake.model.BackupDatalakeStatusRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.246-07:00")
public class BackupDatalakeStatusRequest
extends Object
Request object to get the status of datalake backup. Returns the status of the latest backup that matches the provided input.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for backupId.Getter for backupName.Getter for datalakeName.int
hashCode()
void
setBackupId
(String backupId) Setter for backupId.void
setBackupName
(String backupName) Setter for backupName.void
setDatalakeName
(String datalakeName) Setter for datalakeName.toString()
-
Constructor Details
-
BackupDatalakeStatusRequest
public BackupDatalakeStatusRequest()
-
-
Method Details
-
getDatalakeName
Getter for datalakeName. The name of the datalake. When backupName and backupId are not provided, status request will get the status of the latest backup operation performed on the given datalake. -
setDatalakeName
Setter for datalakeName. The name of the datalake. When backupName and backupId are not provided, status request will get the status of the latest backup operation performed on the given datalake. -
getBackupName
Getter for backupName. The name of the backup. When provided, the status request will get the status of the latest backup performed with the given backup name on the given datalake. -
setBackupName
Setter for backupName. The name of the backup. When provided, the status request will get the status of the latest backup performed with the given backup name on the given datalake. -
getBackupId
Getter for backupId. Unique identifier of the backup performed. When provided, the status request will get the status entry that has the backupid provided. -
setBackupId
Setter for backupId. Unique identifier of the backup performed. When provided, the status request will get the status entry that has the backupid provided. -
equals
-
hashCode
public int hashCode() -
toString
-