Package com.cloudera.cdp.df.model
Class MetricSummary
java.lang.Object
com.cloudera.cdp.df.model.MetricSummary
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.348-07:00")
public class MetricSummary
extends Object
Metric summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for alertFrequencyUnit.Getter for alertFrequencyValue.Getter for componentId.Getter for componentName.Getter for componentType.Getter for description.Getter for displayContext.getLabel()
Getter for label.Getter for lowerBoundCondition.getName()
Getter for name.Getter for unitType.Getter for upperBoundCondition.Getter for values.int
hashCode()
void
setAlertFrequencyUnit
(AlertFrequencyUnit alertFrequencyUnit) Setter for alertFrequencyUnit.void
setAlertFrequencyValue
(Double alertFrequencyValue) Setter for alertFrequencyValue.void
setComponentId
(String componentId) Setter for componentId.void
setComponentName
(String componentName) Setter for componentName.void
setComponentType
(String componentType) Setter for componentType.void
setDescription
(String description) Setter for description.void
setDisplayContext
(String displayContext) Setter for displayContext.void
Setter for label.void
setLowerBoundCondition
(AlertCondition lowerBoundCondition) Setter for lowerBoundCondition.void
Setter for name.void
setUnitType
(String unitType) Setter for unitType.void
setUpperBoundCondition
(AlertCondition upperBoundCondition) Setter for upperBoundCondition.void
setValues
(List<MetricValue> values) Setter for values.toString()
-
Constructor Details
-
MetricSummary
public MetricSummary()
-
-
Method Details
-
getName
Getter for name. The name of the metric -
setName
Setter for name. The name of the metric -
getLabel
Getter for label. The label of the metric -
setLabel
Setter for label. The label of the metric -
getDescription
Getter for description. The description of the metric -
setDescription
Setter for description. The description 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 -
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. -
getComponentId
Getter for componentId. Id of the component monitored -
setComponentId
Setter for componentId. Id of the component monitored -
getValues
Getter for values. Values for the metric -
setValues
Setter for values. Values for the metric -
getDisplayContext
Getter for displayContext. Display context of the metric -
setDisplayContext
Setter for displayContext. Display context of the metric -
getUpperBoundCondition
Getter for upperBoundCondition. Upper boundary condition -
setUpperBoundCondition
Setter for upperBoundCondition. Upper boundary condition -
getLowerBoundCondition
Getter for lowerBoundCondition. Lower boundary condition -
setLowerBoundCondition
Setter for lowerBoundCondition. Lower boundary condition -
getAlertFrequencyValue
Getter for alertFrequencyValue. Frequency value -
setAlertFrequencyValue
Setter for alertFrequencyValue. Frequency value -
getAlertFrequencyUnit
Getter for alertFrequencyUnit. Units of frequency -
setAlertFrequencyUnit
Setter for alertFrequencyUnit. Units of frequency -
equals
-
hashCode
public int hashCode() -
toString
-