Class UpgradeDeploymentResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.272-07:00")
    public class UpgradeDeploymentResponse
    extends CdpResponse
    Response structure for upgrading a deployment.
    • Constructor Detail

      • UpgradeDeploymentResponse

        public UpgradeDeploymentResponse()
    • Method Detail

      • getName

        public String getName()
        Getter for name. The name of the deployment.
      • setName

        public void setName​(String name)
        Setter for name. The name of the deployment.
      • getNamespace

        public String getNamespace()
        Getter for namespace. The namespace of the deployment.
      • setNamespace

        public void setNamespace​(String namespace)
        Setter for namespace. The namespace of the deployment.
      • getRevision

        public Integer getRevision()
        Getter for revision. Helm revision.
      • setRevision

        public void setRevision​(Integer revision)
        Setter for revision. Helm revision.
      • getMessage

        public String getMessage()
        Getter for message. A message returned about the status of the upgrade operation.
      • setMessage

        public void setMessage​(String message)
        Setter for message. A message returned about the status of the upgrade operation.
      • getStatus

        public String getStatus()
        Getter for status. Status of the deployment. Currently supported values are UNKNOWN, DEPLOYED, UNINSTALLED, SUPERSEDED, FAILED, PENDING-INSTALL, PENDING-UPGRADE and PENDING-ROLLBACK. New values may be added in the future.
      • setStatus

        public void setStatus​(String status)
        Setter for status. Status of the deployment. Currently supported values are UNKNOWN, DEPLOYED, UNINSTALLED, SUPERSEDED, FAILED, PENDING-INSTALL, PENDING-UPGRADE and PENDING-ROLLBACK. New values may be added in the future.
      • getChart

        public Chart getChart()
        Getter for chart. Chart that the deployment was created from.
      • setChart

        public void setChart​(Chart chart)
        Setter for chart. Chart that the deployment was created from.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object