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="2024-09-27T08:40:29.145-07:00")
public class AvailableDeploymentUpgrade
extends Object
Available deployment upgrade structure.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for applicationVersion.Getter for deploymentVersion.int
hashCode()
void
setApplicationVersion
(String applicationVersion) Setter for applicationVersion.void
setDeploymentVersion
(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
-