| Package | Description |
|---|---|
| com.mozilla.secops |
General utility classes and transforms for secops-beam
|
| com.mozilla.secops.alert |
Alert generation and output
|
| Modifier and Type | Method and Description |
|---|---|
Alert.AlertSeverity |
Watchlist.WatchlistEntry.getSeverity()
Get severity
|
| Modifier and Type | Method and Description |
|---|---|
void |
Watchlist.WatchlistEntry.setSeverity(Alert.AlertSeverity severity)
Set severity
|
| Modifier and Type | Method and Description |
|---|---|
Alert.AlertSeverity |
Alert.getSeverity()
Get alert severity
|
static Alert.AlertSeverity |
Alert.AlertSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alert.AlertSeverity[] |
Alert.AlertSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Alert.setSeverity(Alert.AlertSeverity severity)
Set alert severity
|
Copyright © 2022. All rights reserved.