Package com.cloudera.cdp.compute.model
Class AvailableDeploymentUpgrade
java.lang.Object
com.cloudera.cdp.compute.model.AvailableDeploymentUpgrade
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.430-07:00")
public class AvailableDeploymentUpgrade
extends Object
Available deployment upgrade structure.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for applicationVersion.Getter for deploymentVersion.inthashCode()voidsetApplicationVersion(String applicationVersion) Setter for applicationVersion.voidsetDeploymentVersion(String deploymentVersion) Setter for deploymentVersion.toString()
-
Constructor Details
-
AvailableDeploymentUpgrade
public AvailableDeploymentUpgrade()
-
-
Method Details
-
getApplicationVersion
Getter for applicationVersion. The version of the components which would be installed from this deployment. -
setApplicationVersion
Setter for applicationVersion. The version of the components which would be installed from this deployment. -
getDeploymentVersion
Getter for deploymentVersion. The version of the deployment that is available to upgrade to. -
setDeploymentVersion
Setter for deploymentVersion. The version of the deployment that is available to upgrade to. -
equals
-
hashCode
public int hashCode() -
toString
-