| Package | Description |
|---|---|
| org.hawkular.alerts.api.model | |
| org.hawkular.alerts.api.model.event | |
| org.hawkular.alerts.api.model.trigger | |
| org.hawkular.alerts.api.services |
| Modifier and Type | Method and Description |
|---|---|
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Severity |
Alert.getSeverity() |
| Modifier and Type | Method and Description |
|---|---|
void |
Alert.setSeverity(Severity severity) |
| Modifier and Type | Method and Description |
|---|---|
Severity |
Trigger.getSeverity() |
| Modifier and Type | Method and Description |
|---|---|
void |
Trigger.setSeverity(Severity severity) |
| Modifier and Type | Method and Description |
|---|---|
Severity |
AlertsCriteria.getSeverity() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Severity> |
AlertsCriteria.getSeverities() |
| Modifier and Type | Method and Description |
|---|---|
void |
AlertsCriteria.setSeverity(Severity severity) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlertsCriteria.setSeverities(Collection<Severity> severities) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.