Package com.cloudera.cdp.opdb.model
Class CreateSnapshotResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.opdb.model.CreateSnapshotResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:41.282-08:00")
public class CreateSnapshotResponse
extends CdpResponse
Create Snapshot Response.
-
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 creationTime.Getter for databaseName.Getter for environmentName.Getter for status.Getter for statusReason.int
hashCode()
void
setCommandID
(Long commandID) Setter for commandID.void
setCreationTime
(Long creationTime) Setter for creationTime.void
setDatabaseName
(String databaseName) Setter for databaseName.void
setEnvironmentName
(String environmentName) Setter for environmentName.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
-
CreateSnapshotResponse
public CreateSnapshotResponse()
-
-
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 create snapshot. -
setStatus
Setter for status. The status of the create snapshot. -
getCreationTime
Getter for creationTime. When the snapshot was created. -
setCreationTime
Setter for creationTime. When the snapshot was created. -
getCommandID
Getter for commandID. The submitted Command ID of the create snapshot. -
setCommandID
Setter for commandID. The submitted Command ID of the create snapshot. -
getStatusReason
Getter for statusReason. Reason for the status. -
setStatusReason
Setter for statusReason. Reason for the status. -
equals
-
hashCode
public int hashCode() -
toString
-