public class AlertNotification extends Object implements Serializable
| Constructor and Description |
|---|
AlertNotification(org.lsst.ccs.bus.data.AgentInfo ai,
Enum group,
Enum type,
String cause,
org.lsst.ccs.bus.data.Alert alert,
org.lsst.ccs.bus.states.AlertState severity,
long timestamp) |
AlertNotification(String origin,
Enum group,
Enum type,
String cause,
org.lsst.ccs.bus.data.Alert alert,
org.lsst.ccs.bus.states.AlertState severity,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
org.lsst.ccs.bus.data.AgentInfo |
getAgentInfo() |
org.lsst.ccs.bus.data.Alert |
getAlert() |
String |
getCause() |
String |
getOrigin() |
org.lsst.ccs.bus.states.AlertState |
getSeverity() |
Enum |
getSubsystemGroup() |
Enum |
getSubsystemType() |
long |
getTimestamp() |
String |
toString() |
public AlertNotification(String origin, Enum group, Enum type, String cause, org.lsst.ccs.bus.data.Alert alert, org.lsst.ccs.bus.states.AlertState severity, long timestamp)
public String getOrigin()
public String getCause()
public org.lsst.ccs.bus.data.Alert getAlert()
public org.lsst.ccs.bus.states.AlertState getSeverity()
public Enum getSubsystemGroup()
public Enum getSubsystemType()
public long getTimestamp()
public org.lsst.ccs.bus.data.AgentInfo getAgentInfo()
Copyright © 2023 LSST. All rights reserved.