Uses of Class
com.floragunn.signals.watch.severity.SeverityMapping.Element
-
Packages that use SeverityMapping.Element Package Description com.floragunn.signals.watch com.floragunn.signals.watch.severity -
-
Uses of SeverityMapping.Element in com.floragunn.signals.watch
Fields in com.floragunn.signals.watch with type parameters of type SeverityMapping.Element Modifier and Type Field Description protected List<SeverityMapping.Element>WatchBuilder.SeverityMappingBuilder. mapping -
Uses of SeverityMapping.Element in com.floragunn.signals.watch.severity
Methods in com.floragunn.signals.watch.severity that return SeverityMapping.Element Modifier and Type Method Description SeverityMapping.ElementSeverityMapping. findMatchingMappingElement(BigDecimal value)SeverityMapping.ElementSeverityMapping.EvaluationResult. getMappingElement()Methods in com.floragunn.signals.watch.severity that return types with arguments of type SeverityMapping.Element Modifier and Type Method Description List<SeverityMapping.Element>SeverityMapping. getMapping()Constructors in com.floragunn.signals.watch.severity with parameters of type SeverityMapping.Element Constructor Description EvaluationResult(SeverityLevel level, SeverityMapping.Element mappingElement, Number actualValue)Constructor parameters in com.floragunn.signals.watch.severity with type arguments of type SeverityMapping.Element Constructor Description SeverityMapping(String value, String lang, SeverityMapping.Order order, List<SeverityMapping.Element> mapping)
-