| Package | Description |
|---|---|
| org.lsst.sal.camera.event |
| Modifier and Type | Method and Description |
|---|---|
AlertRaisedEvent.CurrentSeverity |
AlertRaisedEvent.getCurrentSeverity() |
static AlertRaisedEvent.CurrentSeverity |
AlertRaisedEvent.CurrentSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertRaisedEvent.CurrentSeverity[] |
AlertRaisedEvent.CurrentSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AlertRaisedEvent.Builder |
AlertRaisedEvent.Builder.currentSeverity(AlertRaisedEvent.CurrentSeverity currentSeverity) |
| Constructor and Description |
|---|
AlertRaisedEvent(double timestampAlertStatusChanged,
String alertId,
String description,
AlertRaisedEvent.CurrentSeverity currentSeverity,
int highestSeverity,
boolean isCleared,
String cause,
String origin,
String additionalInfo) |
Copyright © 2022. All rights reserved.