Package org.opennms.netmgt.threshd
Class ThresholdEvaluatorState.ThresholdValues
- java.lang.Object
-
- org.opennms.netmgt.threshd.ThresholdEvaluatorState.ThresholdValues
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ThresholdEvaluatorState
public static class ThresholdEvaluatorState.ThresholdValues extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThresholdValues(Double threshold, Double rearm, Integer trigger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getDsValue()
Double
getRearm()
Double
getThresholdValue()
Integer
getTrigger()
void
setDsValue(Double dsValue)
-