public class Status extends Object
Constructor and Description |
---|
Status() |
Modifier and Type | Method and Description |
---|---|
void |
add(int nodeId,
OnmsSeverity severity,
long alarmCount,
long unacknowledgedCount) |
OnmsSeverity |
getSeverity(int nodeId) |
int |
getUnacknowledgedAlarmCount(int nodeId) |
int |
size() |
public void add(int nodeId, OnmsSeverity severity, long alarmCount, long unacknowledgedCount)
public OnmsSeverity getSeverity(int nodeId)
public int getUnacknowledgedAlarmCount(int nodeId)
public int size()
Copyright © 2020. All rights reserved.