Class Chart

java.lang.Object
com.cloudera.cdp.compute.model.Chart

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:29.145-07:00") public class Chart extends Object
Chart structure.
  • Constructor Details

    • Chart

      public Chart()
  • Method Details

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