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