Package org.opennms.netmgt.threshd
Class ThresholdEvaluatorState.ValueStatus
- java.lang.Object
-
- org.opennms.netmgt.threshd.ThresholdEvaluatorState.ValueStatus
-
- Enclosing interface:
- ThresholdEvaluatorState
public static class ThresholdEvaluatorState.ValueStatus extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ThresholdEvaluatorState.Status
status
ThresholdEvaluatorState.ThresholdValues
thresholdValues
double
value
-
Constructor Summary
Constructors Constructor Description ValueStatus(double value, ThresholdEvaluatorState.Status status, ThresholdEvaluatorState.ThresholdValues thresholdValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
value
public final double value
-
status
public final ThresholdEvaluatorState.Status status
-
thresholdValues
public final ThresholdEvaluatorState.ThresholdValues thresholdValues
-
-
Constructor Detail
-
ValueStatus
public ValueStatus(double value, ThresholdEvaluatorState.Status status, ThresholdEvaluatorState.ThresholdValues thresholdValues)
-
-