Class BackupDatalakeStatusResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datalake.model.BackupDatalakeStatusResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.246-07:00") public class BackupDatalakeStatusResponse extends CdpResponse
Response object to get the status of datalake backup status request.
  • Constructor Details

    • BackupDatalakeStatusResponse

      public BackupDatalakeStatusResponse()
  • Method Details

    • 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.
    • getBackupId

      public String getBackupId()
      Getter for backupId. Unique identifier for the backup requested.
    • setBackupId

      public void setBackupId(String backupId)
      Setter for backupId. Unique identifier for the backup requested.
    • 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.
    • 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.
    • getOperationStates

      public InternalBackupRestoreState getOperationStates()
      Getter for operationStates. Provides the details of the internal state of each operation.
    • setOperationStates

      public void setOperationStates(InternalBackupRestoreState operationStates)
      Setter for operationStates. Provides the details of the internal state of each operation.
    • getRuntimeVersion

      public String getRuntimeVersion()
      Getter for runtimeVersion. The runtime version of the datalake when the backup was taken.
    • setRuntimeVersion

      public void setRuntimeVersion(String runtimeVersion)
      Setter for runtimeVersion. The runtime version of the datalake when the backup was taken.
    • getBackupName

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

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

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

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

      public String getTotalPredictedDurationInMinutes()
      Getter for totalPredictedDurationInMinutes. Predicted total duration for the backup process, in minutes.
    • setTotalPredictedDurationInMinutes

      public void setTotalPredictedDurationInMinutes(String totalPredictedDurationInMinutes)
      Setter for totalPredictedDurationInMinutes. Predicted total duration for the backup process, in minutes.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object