public class RaisedAlertSummary extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected List<RaisedAlertHistory> |
raisedAlerts |
| Constructor and Description |
|---|
RaisedAlertSummary()
Empty constructor.
|
RaisedAlertSummary(RaisedAlertSummary other)
Copy constructor for sending over the buses.
|
| Modifier and Type | Method and Description |
|---|---|
AlertState |
getAlertState()
Get the overall AlertState for this RaisedAlarm summary object .
|
Set<RaisedAlertHistory> |
getAllRaisedAlertHistories()
Get the set of raised Alerts.
|
RaisedAlertHistory |
getRaisedAlert(String alertId)
Get a RaisedAlert for a given id.
|
String |
toString() |
protected final List<RaisedAlertHistory> raisedAlerts
public RaisedAlertSummary()
public RaisedAlertSummary(RaisedAlertSummary other)
other - public RaisedAlertHistory getRaisedAlert(String alertId)
alertId - The alert Idpublic AlertState getAlertState()
public Set<RaisedAlertHistory> getAllRaisedAlertHistories()
Copyright © 2023 LSST. All rights reserved.