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="2024-09-27T08:40:29.145-07:00")
public class Chart
extends Object
Chart structure.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for applicationVersion.Getter for deploymentVersion.Getter for description.getName()
Getter for name.Getter for values.int
hashCode()
void
setApplicationVersion
(String applicationVersion) Setter for applicationVersion.void
setDeploymentVersion
(String deploymentVersion) Setter for deploymentVersion.void
setDescription
(String description) Setter for description.void
Setter for name.void
Setter 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
-