Package com.cloudera.cdp.datalake.model
Class BackupRestoreOperationStatus
java.lang.Object
com.cloudera.cdp.datalake.model.BackupRestoreOperationStatus
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.246-07:00")
public class BackupRestoreOperationStatus
extends Object
Contains the status and failure reason of an operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for durationInMinutes.Getter for failureReason.Getter for predictedDurationInMinutes.Getter for status.int
hashCode()
void
setDurationInMinutes
(String durationInMinutes) Setter for durationInMinutes.void
setFailureReason
(String failureReason) Setter for failureReason.void
setPredictedDurationInMinutes
(String predictedDurationInMinutes) Setter for predictedDurationInMinutes.void
Setter for status.toString()
-
Constructor Details
-
BackupRestoreOperationStatus
public BackupRestoreOperationStatus()
-
-
Method Details
-
getStatus
Getter for status. The status of the backup or restore operation. -
setStatus
Setter for status. The status of the backup or restore operation. -
getFailureReason
Getter for failureReason. The failure reason if the operation was not successful. -
setFailureReason
Setter for failureReason. The failure reason if the operation was not successful. -
getDurationInMinutes
Getter for durationInMinutes. The duration of each operation, in minutes. -
setDurationInMinutes
Setter for durationInMinutes. The duration of each operation, in minutes. -
getPredictedDurationInMinutes
Getter for predictedDurationInMinutes. Predicted duration of the operation, in minutes. -
setPredictedDurationInMinutes
Setter for predictedDurationInMinutes. Predicted duration of the operation, in minutes. -
equals
-
hashCode
public int hashCode() -
toString
-