| Package | Description |
|---|---|
| org.lsst.ccs.services.alert |
| Modifier and Type | Method and Description |
|---|---|
AlertEvent.AlertEventType |
AlertEvent.getType()
Returns the type of this AlertEvent
|
static AlertEvent.AlertEventType |
AlertEvent.AlertEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertEvent.AlertEventType[] |
AlertEvent.AlertEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AlertEvent(String source,
Alert alert,
RaisedAlertSummary summary,
AlertEvent.AlertEventType type)
Constructor for events triggered by a raised alert.
|
AlertEvent(String source,
String[] clearedIDs,
RaisedAlertSummary summary,
AlertEvent.AlertEventType type)
Constructor for events triggered by cleared alerts.
|
Copyright © 2023 LSST. All rights reserved.