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="2023-06-01T14:27:22.585-07:00") public class MetricChart extends Object
A metric chart
-
-
Constructor Summary
Constructors Constructor Description MetricChart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
MetricChartAlert
getAlert()
Getter for alert.String
getComponentName()
Getter for componentName.String
getComponentType()
Getter for componentType.MetricChartData
getMetrics()
Getter for metrics.MetricChartData
getMirroredMetrics()
Getter for mirroredMetrics.String
getName()
Getter for name.String
getUnitType()
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
setName(String name)
Setter for name.void
setUnitType(String unitType)
Setter for unitType.String
toString()
-
-
-
Method Detail
-
getName
public String getName()
Getter for name. The name of the metric
-
setName
public void setName(String name)
Setter for name. The name of the metric
-
getUnitType
public String getUnitType()
Getter for unitType. The unit type of the metric
-
setUnitType
public void setUnitType(String unitType)
Setter for unitType. The unit type of the metric
-
getComponentType
public String getComponentType()
Getter for componentType. The component type of the metric
-
setComponentType
public void setComponentType(String componentType)
Setter for componentType. The component type of the metric
-
getMetrics
public MetricChartData getMetrics()
Getter for metrics. The chart metrics
-
setMetrics
public void setMetrics(MetricChartData metrics)
Setter for metrics. The chart metrics
-
getMirroredMetrics
public MetricChartData getMirroredMetrics()
Getter for mirroredMetrics. The optional mirrored metrics that only exist for certain system metrics
-
setMirroredMetrics
public void setMirroredMetrics(MetricChartData mirroredMetrics)
Setter for mirroredMetrics. The optional mirrored metrics that only exist for certain system metrics
-
getAlert
public MetricChartAlert getAlert()
Getter for alert. The optional thresholds associated with the alert on a metric
-
setAlert
public void setAlert(MetricChartAlert alert)
Setter for alert. The optional thresholds associated with the alert on a metric
-
getComponentName
public String getComponentName()
Getter for componentName. The scope component name that will exist for Processor, Process Group, and Connection metrics.
-
setComponentName
public void setComponentName(String componentName)
Setter for componentName. The scope component name that will exist for Processor, Process Group, and Connection metrics.
-
-