public class AlarmSummary extends Object implements Comparable<AlarmSummary>, Serializable
Constructor and Description |
---|
AlarmSummary() |
AlarmSummary(Integer nodeId,
String nodeLabel,
Date minLastEventDate,
OnmsSeverity maxSeverity,
Long alarmCount) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AlarmSummary that) |
long |
getAlarmCount() |
String |
getFuzzyTimeDown() |
OnmsSeverity |
getMaxSeverity() |
Date |
getMinLastEventDate() |
int |
getNodeId() |
String |
getNodeLabel() |
String |
toString() |
public AlarmSummary()
public AlarmSummary(Integer nodeId, String nodeLabel, Date minLastEventDate, OnmsSeverity maxSeverity, Long alarmCount)
public int getNodeId()
public String getNodeLabel()
public Date getMinLastEventDate()
public long getAlarmCount()
public OnmsSeverity getMaxSeverity()
public String getFuzzyTimeDown()
public int compareTo(AlarmSummary that)
compareTo
in interface Comparable<AlarmSummary>
Copyright © 2021. All rights reserved.