Package com.cloudera.cdp.datalake.model
Class StartDatabaseUpgradeResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datalake.model.StartDatabaseUpgradeResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.143-07:00")
public class StartDatabaseUpgradeResponse
extends CdpResponse
Response object to Data Lake database upgrade.
-
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 operationId.Getter for targetVersion.inthashCode()voidsetOperationId(String operationId) Setter for operationId.voidsetTargetVersion(String targetVersion) Setter for targetVersion.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
StartDatabaseUpgradeResponse
public StartDatabaseUpgradeResponse()
-
-
Method Details
-
getTargetVersion
Getter for targetVersion. The database engine major version to upgrade to. -
setTargetVersion
Setter for targetVersion. The database engine major version to upgrade to. -
getOperationId
Getter for operationId. Unique operation ID assigned to this command execution. Use this identifier with 'get-operation' to track status and retrieve detailed results. -
setOperationId
Setter for operationId. Unique operation ID assigned to this command execution. Use this identifier with 'get-operation' to track status and retrieve detailed results. -
equals
-
hashCode
public int hashCode() -
toString
-