Package com.cloudera.cdp.datalake.model
Class DatalakeBackup
java.lang.Object
com.cloudera.cdp.datalake.model.DatalakeBackup
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.246-07:00")
public class DatalakeBackup
extends Object
Backup object with details of backup performed.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for accountId.Getter for backupId.Getter for backupLocation.Getter for backupName.Getter for endTime.Getter for failureReason.Getter for internalState.Getter for startTime.Getter for status.Getter for userCrn.int
hashCode()
void
setAccountId
(String accountId) Setter for accountId.void
setBackupId
(String backupId) Setter for backupId.void
setBackupLocation
(String backupLocation) Setter for backupLocation.void
setBackupName
(String backupName) Setter for backupName.void
setEndTime
(String endTime) Setter for endTime.void
setFailureReason
(String failureReason) Setter for failureReason.void
setInternalState
(String internalState) Setter for internalState.void
setStartTime
(String startTime) Setter for startTime.void
Setter for status.void
setUserCrn
(String userCrn) Setter for userCrn.toString()
-
Constructor Details
-
DatalakeBackup
public DatalakeBackup()
-
-
Method Details
-
getBackupName
Getter for backupName. Name of the backup. -
setBackupName
Setter for backupName. Name of the backup. -
getAccountId
Getter for accountId. Account where the datalake exists. -
setAccountId
Setter for accountId. Account where the datalake exists. -
getUserCrn
Getter for userCrn. Crn of the user who triggered this operation. -
setUserCrn
Setter for userCrn. Crn of the user who triggered this operation. -
getBackupId
Getter for backupId. Request to perform a from a specific status for a specific backup. Else, status of the last backup performed will be returned. -
setBackupId
Setter for backupId. Request to perform a from a specific status for a specific backup. Else, status of the last backup performed will be returned. -
getInternalState
Getter for internalState. Provides the details of the internal state where the backup operation stands. -
setInternalState
Setter for internalState. Provides the details of the internal state where the backup operation stands. -
getStatus
Getter for status. Provide the current status. -
setStatus
Setter for status. Provide the current status. -
getStartTime
Getter for startTime. Time when the backup operation started. -
setStartTime
Setter for startTime. Time when the backup operation started. -
getEndTime
Getter for endTime. Time when the backup operation ended. -
setEndTime
Setter for endTime. Time when the backup operation ended. -
getBackupLocation
Getter for backupLocation. Location of the backup to be used to perform restore. -
setBackupLocation
Setter for backupLocation. Location of the backup to be used to perform restore. -
getFailureReason
Getter for failureReason. Reason for the failure. -
setFailureReason
Setter for failureReason. Reason for the failure. -
equals
-
hashCode
public int hashCode() -
toString
-