Class Chart


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

      • Chart

        public Chart()
    • Method Detail

      • getApplicationVersion

        public String getApplicationVersion()
        Getter for applicationVersion. The version (usually of the images) of the components being deployed.
      • setApplicationVersion

        public void setApplicationVersion​(String applicationVersion)
        Setter for applicationVersion. The version (usually of the images) of the components being deployed.
      • getDeploymentVersion

        public String getDeploymentVersion()
        Getter for deploymentVersion. The version of this chart (which is not the version of the components being deployed).
      • setDeploymentVersion

        public void setDeploymentVersion​(String deploymentVersion)
        Setter for deploymentVersion. The version of this chart (which is not the version of the components being deployed).
      • getDescription

        public String getDescription()
        Getter for description. The chart description.
      • setDescription

        public void setDescription​(String description)
        Setter for description. The chart description.
      • getName

        public String getName()
        Getter for name. The chart name.
      • setName

        public void setName​(String name)
        Setter for name. The chart name.
      • getValues

        public String getValues()
        Getter for values. Escaped JSON for values.yaml of that chart.
      • setValues

        public void setValues​(String values)
        Setter for values. Escaped JSON for values.yaml of that chart.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object