Package com.cloudera.cdp.df.model
Class MetricChart
java.lang.Object
com.cloudera.cdp.df.model.MetricChart
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:48.252-07:00")
public class MetricChart
extends Object
A metric chart
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAlert()Getter for alert.Getter for componentName.Getter for componentType.Getter for metrics.Getter for mirroredMetrics.getName()Getter for name.Getter for unitType.inthashCode()voidsetAlert(MetricChartAlert alert) Setter for alert.voidsetComponentName(String componentName) Setter for componentName.voidsetComponentType(String componentType) Setter for componentType.voidsetMetrics(MetricChartData metrics) Setter for metrics.voidsetMirroredMetrics(MetricChartData mirroredMetrics) Setter for mirroredMetrics.voidSetter for name.voidsetUnitType(String unitType) Setter for unitType.toString()
-
Constructor Details
-
MetricChart
public MetricChart()
-
-
Method Details
-
getName
Getter for name. The name of the metric -
setName
Setter for name. The name of the metric -
getUnitType
Getter for unitType. The unit type of the metric -
setUnitType
Setter for unitType. The unit type of the metric -
getComponentType
Getter for componentType. The component type of the metric -
setComponentType
Setter for componentType. The component type of the metric -
getMetrics
Getter for metrics. The chart metrics -
setMetrics
Setter for metrics. The chart metrics -
getMirroredMetrics
Getter for mirroredMetrics. The optional mirrored metrics that only exist for certain system metrics -
setMirroredMetrics
Setter for mirroredMetrics. The optional mirrored metrics that only exist for certain system metrics -
getAlert
Getter for alert. The optional thresholds associated with the alert on a metric -
setAlert
Setter for alert. The optional thresholds associated with the alert on a metric -
getComponentName
Getter for componentName. The scope component name that will exist for Processor, Process Group, and Connection metrics. -
setComponentName
Setter for componentName. The scope component name that will exist for Processor, Process Group, and Connection metrics. -
equals
-
hashCode
public int hashCode() -
toString
-