Package com.cloudera.cdp.opdb.model
Class RestoreSnapshotResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.opdb.model.RestoreSnapshotResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:41.282-08:00")
public class RestoreSnapshotResponse
extends CdpResponse
Response object for the RestoreSnapshot method.
-
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 commandID.Getter for databaseName.Getter for environmentName.Getter for restoreTime.Getter for snapshotName.Getter for status.Getter for statusReason.Getter for targetDatabaseName.Getter for targetEnvironmentName.int
hashCode()
void
setCommandID
(Long commandID) Setter for commandID.void
setDatabaseName
(String databaseName) Setter for databaseName.void
setEnvironmentName
(String environmentName) Setter for environmentName.void
setRestoreTime
(Long restoreTime) Setter for restoreTime.void
setSnapshotName
(String snapshotName) Setter for snapshotName.void
Setter for status.void
setStatusReason
(String statusReason) Setter for statusReason.void
setTargetDatabaseName
(String targetDatabaseName) Setter for targetDatabaseName.void
setTargetEnvironmentName
(String targetEnvironmentName) Setter for targetEnvironmentName.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
RestoreSnapshotResponse
public RestoreSnapshotResponse()
-
-
Method Details
-
getEnvironmentName
Getter for environmentName. The name of the environment. -
setEnvironmentName
Setter for environmentName. The name of the environment. -
getDatabaseName
Getter for databaseName. The name of the database. -
setDatabaseName
Setter for databaseName. The name of the database. -
getSnapshotName
Getter for snapshotName. The name of the snapshot. -
setSnapshotName
Setter for snapshotName. The name of the snapshot. -
getTargetEnvironmentName
Getter for targetEnvironmentName. The name of the target environment. -
setTargetEnvironmentName
Setter for targetEnvironmentName. The name of the target environment. -
getTargetDatabaseName
Getter for targetDatabaseName. The name of the target database. -
setTargetDatabaseName
Setter for targetDatabaseName. The name of the target database. -
getStatus
Getter for status. The status of the restore snapshot. -
setStatus
Setter for status. The status of the restore snapshot. -
getRestoreTime
Getter for restoreTime. The time when the snapshot restore was started. -
setRestoreTime
Setter for restoreTime. The time when the snapshot restore was started. -
getCommandID
Getter for commandID. The submitted Command ID of the restore snapshot. -
setCommandID
Setter for commandID. The submitted Command ID of the restore snapshot. -
getStatusReason
Getter for statusReason. Reason for the status. -
setStatusReason
Setter for statusReason. Reason for the status. -
equals
-
hashCode
public int hashCode() -
toString
-