Package com.cloudera.cdp.datalake.model
Class RestoreDatalakeStatusResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datalake.model.RestoreDatalakeStatusResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.143-07:00")
public class RestoreDatalakeStatusResponse
extends CdpResponse
Response object with information on last restore operation on a datalake.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
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 operationStates.Getter for restoreId.Getter for runtimeVersion.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.voidsetOperationStates(InternalBackupRestoreState operationStates) Setter for operationStates.voidsetRestoreId(String restoreId) Setter for restoreId.voidsetRuntimeVersion(String runtimeVersion) Setter for runtimeVersion.voidsetStartTime(String startTime) Setter for startTime.voidSetter for status.voidsetUserCrn(String userCrn) Setter for userCrn.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
RestoreDatalakeStatusResponse
public RestoreDatalakeStatusResponse()
-
-
Method Details
-
getAccountId
Getter for accountId. Account where the datalake exists. -
setAccountId
Setter for accountId. Account where the datalake exists. -
getRestoreId
Getter for restoreId. Unique identifier of the restore operation performed. -
setRestoreId
Setter for restoreId. Unique identifier of the restore operation performed. -
getBackupId
Getter for backupId. Unique identifier of the backup used to perform restore. -
setBackupId
Setter for backupId. Unique identifier of the backup used to perform restore. -
getUserCrn
Getter for userCrn. Crn of the user who triggered this operation. -
setUserCrn
Setter for userCrn. Crn of the user who triggered this operation. -
getInternalState
Getter for internalState. Provides the details of the internal state where the restore operation stands. -
setInternalState
Setter for internalState. Provides the details of the internal state where the restore 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. -
getOperationStates
Getter for operationStates. Provides the details of the internal state of each operation. -
setOperationStates
Setter for operationStates. Provides the details of the internal state of each operation. -
getBackupName
Getter for backupName. Name of the backup. -
setBackupName
Setter for backupName. Name of the backup. -
getFailureReason
Getter for failureReason. Reason for the failure. -
setFailureReason
Setter for failureReason. Reason for the failure. -
getRuntimeVersion
Getter for runtimeVersion. The runtime version of the datalake when the restore was initiated. -
setRuntimeVersion
Setter for runtimeVersion. The runtime version of the datalake when the restore was initiated. -
equals
-
hashCode
public int hashCode() -
toString
-