Class AvailableDeploymentUpgrade


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.272-07:00")
    public class AvailableDeploymentUpgrade
    extends Object
    Available deployment upgrade structure.
    • Constructor Detail

      • AvailableDeploymentUpgrade

        public AvailableDeploymentUpgrade()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object