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="2024-09-27T08:40:28.348-07:00")
public class MetricChart
extends Object
A metric chart
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAlert()
Getter for alert.Getter for componentName.Getter for componentType.Getter for metrics.Getter for mirroredMetrics.getName()
Getter for name.Getter for unitType.int
hashCode()
void
setAlert
(MetricChartAlert alert) Setter for alert.void
setComponentName
(String componentName) Setter for componentName.void
setComponentType
(String componentType) Setter for componentType.void
setMetrics
(MetricChartData metrics) Setter for metrics.void
setMirroredMetrics
(MetricChartData mirroredMetrics) Setter for mirroredMetrics.void
Setter for name.void
setUnitType
(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
-