Package com.cloudera.cdp.datalake.model
Class PrepareDatalakeUpgradeResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datalake.model.PrepareDatalakeUpgradeResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.246-07:00")
public class PrepareDatalakeUpgradeResponse
extends CdpResponse
Response object for prepare Data Lake upgrade 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
-
PrepareDatalakeUpgradeResponse
public PrepareDatalakeUpgradeResponse()
-
-
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
-