Package com.cloudera.cdp.datahub.model
Class UpgradeClusterResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datahub.model.UpgradeClusterResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-03-19T13:03:26.284-07:00")
public class UpgradeClusterResponse
extends CdpResponse
Response object for upgrade datahub request.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for current.Getter for operationId.Getter for reason.Getter for upgradeCandidates.int
hashCode()
void
setCurrent
(ImageInfo current) Setter for current.void
setOperationId
(String operationId) Setter for operationId.void
Setter for reason.void
setUpgradeCandidates
(List<ImageInfo> upgradeCandidates) Setter for upgradeCandidates.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
UpgradeClusterResponse
public UpgradeClusterResponse()
-
-
Method Details
-
getCurrent
Getter for current. Information about the current image. -
setCurrent
Setter for current. Information about the current image. -
getUpgradeCandidates
Getter for upgradeCandidates. List of images and components to upgrade to. -
setUpgradeCandidates
Setter for upgradeCandidates. List of images and components to upgrade to. -
getReason
Getter for reason. The reason why upgrade is not possible. -
setReason
Setter for reason. The reason why upgrade is not possible. -
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
-