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="2025-10-15T17:00:48.252-07:00")
public class MetricSummary
extends Object
Metric summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter 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.inthashCode()voidsetAlertFrequencyUnit(AlertFrequencyUnit alertFrequencyUnit) Setter for alertFrequencyUnit.voidsetAlertFrequencyValue(Double alertFrequencyValue) Setter for alertFrequencyValue.voidsetComponentId(String componentId) Setter for componentId.voidsetComponentName(String componentName) Setter for componentName.voidsetComponentType(String componentType) Setter for componentType.voidsetDescription(String description) Setter for description.voidsetDisplayContext(String displayContext) Setter for displayContext.voidSetter for label.voidsetLowerBoundCondition(AlertCondition lowerBoundCondition) Setter for lowerBoundCondition.voidSetter for name.voidsetUnitType(String unitType) Setter for unitType.voidsetUpperBoundCondition(AlertCondition upperBoundCondition) Setter for upperBoundCondition.voidsetValues(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
-