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="2025-10-28T14:00:28.143-07:00")
public class DatalakeBackup
extends Object
Backup object with details of backup performed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter 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.inthashCode()voidsetAccountId(String accountId) Setter for accountId.voidsetBackupId(String backupId) Setter for backupId.voidsetBackupLocation(String backupLocation) Setter for backupLocation.voidsetBackupName(String backupName) Setter for backupName.voidsetEndTime(String endTime) Setter for endTime.voidsetFailureReason(String failureReason) Setter for failureReason.voidsetInternalState(String internalState) Setter for internalState.voidsetStartTime(String startTime) Setter for startTime.voidSetter for status.voidsetUserCrn(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
-