Class DatalakeBackup


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.862-07:00")
    public class DatalakeBackup
    extends Object
    Backup object with details of backup performed.
    • Constructor Detail

      • DatalakeBackup

        public DatalakeBackup()
    • Method Detail

      • getBackupName

        public String getBackupName()
        Getter for backupName. Name of the backup.
      • setBackupName

        public void setBackupName​(String backupName)
        Setter for backupName. Name of the backup.
      • getAccountId

        public String getAccountId()
        Getter for accountId. Account where the datalake exists.
      • setAccountId

        public void setAccountId​(String accountId)
        Setter for accountId. Account where the datalake exists.
      • getUserCrn

        public String getUserCrn()
        Getter for userCrn. Crn of the user who triggered this operation.
      • setUserCrn

        public void setUserCrn​(String userCrn)
        Setter for userCrn. Crn of the user who triggered this operation.
      • getBackupId

        public String 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

        public void setBackupId​(String backupId)
        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

        public String getInternalState()
        Getter for internalState. Provides the details of the internal state where the backup operation stands.
      • setInternalState

        public void setInternalState​(String internalState)
        Setter for internalState. Provides the details of the internal state where the backup operation stands.
      • getStatus

        public String getStatus()
        Getter for status. Provide the current status.
      • setStatus

        public void setStatus​(String status)
        Setter for status. Provide the current status.
      • getStartTime

        public String getStartTime()
        Getter for startTime. Time when the backup operation started.
      • setStartTime

        public void setStartTime​(String startTime)
        Setter for startTime. Time when the backup operation started.
      • getEndTime

        public String getEndTime()
        Getter for endTime. Time when the backup operation ended.
      • setEndTime

        public void setEndTime​(String endTime)
        Setter for endTime. Time when the backup operation ended.
      • getBackupLocation

        public String getBackupLocation()
        Getter for backupLocation. Location of the backup to be used to perform restore.
      • setBackupLocation

        public void setBackupLocation​(String backupLocation)
        Setter for backupLocation. Location of the backup to be used to perform restore.
      • getFailureReason

        public String getFailureReason()
        Getter for failureReason. Reason for the failure.
      • setFailureReason

        public void setFailureReason​(String failureReason)
        Setter for failureReason. Reason for the failure.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object