public class AlertNotification extends Object implements Serializable
| Constructor and Description |
|---|
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.Alert |
getAlert() |
String |
getCause() |
String |
getOrigin() |
org.lsst.ccs.bus.states.AlertState |
getSeverity() |
Enum |
getSubsystemGroup() |
Enum |
getSubsystemType() |
long |
getTimestamp() |
String |
toString() |
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()
Copyright © 2023 LSST. All rights reserved.