Uses of Class
org.opennms.web.rest.v1.AlarmStatsRestService.AlarmStatistics
-
Packages that use AlarmStatsRestService.AlarmStatistics Package Description org.opennms.web.rest.v1 -
-
Uses of AlarmStatsRestService.AlarmStatistics in org.opennms.web.rest.v1
Methods in org.opennms.web.rest.v1 that return AlarmStatsRestService.AlarmStatistics Modifier and Type Method Description AlarmStatsRestService.AlarmStatistics
AlarmStatsRestService. getStats(javax.ws.rs.core.UriInfo uriInfo)
protected AlarmStatsRestService.AlarmStatistics
AlarmStatsRestService. getStats(javax.ws.rs.core.UriInfo uriInfo, OnmsSeverity severity)
Methods in org.opennms.web.rest.v1 that return types with arguments of type AlarmStatsRestService.AlarmStatistics Modifier and Type Method Description List<AlarmStatsRestService.AlarmStatistics>
AlarmStatsRestService.AlarmStatisticsBySeverity. getStats()
Methods in org.opennms.web.rest.v1 with parameters of type AlarmStatsRestService.AlarmStatistics Modifier and Type Method Description void
AlarmStatsRestService.AlarmStatisticsBySeverity. add(AlarmStatsRestService.AlarmStatistics stats)
Method parameters in org.opennms.web.rest.v1 with type arguments of type AlarmStatsRestService.AlarmStatistics Modifier and Type Method Description void
AlarmStatsRestService.AlarmStatisticsBySeverity. setStats(List<AlarmStatsRestService.AlarmStatistics> stats)
-