Package com.cloudera.cdp.compute.model
Class Chart
java.lang.Object
com.cloudera.cdp.compute.model.Chart
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.430-07:00")
public class Chart
extends Object
Chart structure.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for applicationVersion.Getter for deploymentVersion.Getter for description.getName()Getter for name.Getter for values.inthashCode()voidsetApplicationVersion(String applicationVersion) Setter for applicationVersion.voidsetDeploymentVersion(String deploymentVersion) Setter for deploymentVersion.voidsetDescription(String description) Setter for description.voidSetter for name.voidSetter for values.toString()
-
Constructor Details
-
Chart
public Chart()
-
-
Method Details
-
getApplicationVersion
Getter for applicationVersion. The version (usually of the images) of the components being deployed. -
setApplicationVersion
Setter for applicationVersion. The version (usually of the images) of the components being deployed. -
getDeploymentVersion
Getter for deploymentVersion. The version of this chart (which is not the version of the components being deployed). -
setDeploymentVersion
Setter for deploymentVersion. The version of this chart (which is not the version of the components being deployed). -
getDescription
Getter for description. The chart description. -
setDescription
Setter for description. The chart description. -
getName
Getter for name. The chart name. -
setName
Setter for name. The chart name. -
getValues
Getter for values. Escaped JSON for values.yaml of that chart. -
setValues
Setter for values. Escaped JSON for values.yaml of that chart. -
equals
-
hashCode
public int hashCode() -
toString
-