Package com.cloudera.cdp.datalake.model
Class RestoreDatalakeResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datalake.model.RestoreDatalakeResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.246-07:00")
public class RestoreDatalakeResponse
extends CdpResponse
Response object to a request to perform restore of datalake.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter 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.int
hashCode()
void
setAccountId
(String accountId) Setter for accountId.void
setBackupId
(String backupId) Setter for backupId.void
setBackupLocation
(String backupLocation) Setter for backupLocation.void
setBackupName
(String backupName) Setter for backupName.void
setEndTime
(String endTime) Setter for endTime.void
setFailureReason
(String failureReason) Setter for failureReason.void
setInternalState
(String internalState) Setter for internalState.void
setOperationStates
(InternalBackupRestoreState operationStates) Setter for operationStates.void
setRestoreId
(String restoreId) Setter for restoreId.void
setRuntimeVersion
(String runtimeVersion) Setter for runtimeVersion.void
setStartTime
(String startTime) Setter for startTime.void
Setter for status.void
setUserCrn
(String userCrn) Setter for userCrn.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
RestoreDatalakeResponse
public RestoreDatalakeResponse()
-
-
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
-