Package com.cloudera.cdp.datahub.model
Class PrepareClusterUpgradeResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datahub.model.PrepareClusterUpgradeResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class PrepareClusterUpgradeResponse
extends CdpResponse
Response object for upgrade Data Hub request.
-
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 current.Getter for reason.Getter for upgradeCandidates.int
hashCode()
void
setCurrent
(ImageInfo current) Setter for current.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
-
PrepareClusterUpgradeResponse
public PrepareClusterUpgradeResponse()
-
-
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. -
equals
-
hashCode
public int hashCode() -
toString
-