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 Details

    • AvailableDeploymentUpgrade

      public AvailableDeploymentUpgrade()
  • Method Details

    • getApplicationVersion

      public String getApplicationVersion()
      Getter for applicationVersion. The version of the components which would be installed from this deployment.
    • setApplicationVersion

      public void setApplicationVersion(String applicationVersion)
      Setter for applicationVersion. The version of the components which would be installed from this deployment.
    • getDeploymentVersion

      public String getDeploymentVersion()
      Getter for deploymentVersion. The version of the deployment that is available to upgrade to.
    • setDeploymentVersion

      public void setDeploymentVersion(String deploymentVersion)
      Setter for deploymentVersion. The version of the deployment that is available to upgrade to.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object