Package com.cloudera.cdp.opdb.model
Class DeleteSnapshotResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.opdb.model.DeleteSnapshotResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:41.282-08:00")
public class DeleteSnapshotResponse
extends CdpResponse
Response object of the DeleteSnapshot 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 snapshotName.Getter for status.Getter for statusReason.int
hashCode()
void
setCommandID
(Long commandID) Setter for commandID.void
setDatabaseName
(String databaseName) Setter for databaseName.void
setEnvironmentName
(String environmentName) Setter for environmentName.void
setSnapshotName
(String snapshotName) Setter for snapshotName.void
Setter for status.void
setStatusReason
(String statusReason) Setter for statusReason.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
DeleteSnapshotResponse
public DeleteSnapshotResponse()
-
-
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. -
getStatus
Getter for status. The status of the delete snapshot. -
setStatus
Setter for status. The status of the delete snapshot. -
getCommandID
Getter for commandID. The submitted Command ID of the delete snapshot. -
setCommandID
Setter for commandID. The submitted Command ID of the delete snapshot. -
getStatusReason
Getter for statusReason. Reason for the status. -
setStatusReason
Setter for statusReason. Reason for the status. -
getSnapshotName
Getter for snapshotName. The name of the snapshot. -
setSnapshotName
Setter for snapshotName. The name of the snapshot. -
equals
-
hashCode
public int hashCode() -
toString
-