Uses of Class
org.opennms.netmgt.config.threshd.IncludeRange
-
Packages that use IncludeRange Package Description org.opennms.netmgt.config.threshd This file is part of OpenNMS(R). -
-
Uses of IncludeRange in org.opennms.netmgt.config.threshd
Methods in org.opennms.netmgt.config.threshd that return types with arguments of type IncludeRange Modifier and Type Method Description List<IncludeRange>
Package. getIncludeRanges()
Methods in org.opennms.netmgt.config.threshd with parameters of type IncludeRange Modifier and Type Method Description void
Package. addIncludeRange(IncludeRange includeRange)
boolean
Package. removeIncludeRange(IncludeRange includeRange)
Method parameters in org.opennms.netmgt.config.threshd with type arguments of type IncludeRange Modifier and Type Method Description void
Package. setIncludeRanges(List<IncludeRange> includeRanges)
-