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="2025-10-28T14:00:28.143-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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for current.Getter for operationId.Getter for reason.Getter for upgradeCandidates.inthashCode()voidsetCurrent(ImageInfo current) Setter for current.voidsetOperationId(String operationId) Setter for operationId.voidSetter for reason.voidsetUpgradeCandidates(List<ImageInfo> upgradeCandidates) Setter for upgradeCandidates.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods 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 -
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
-