| Package | Description |
|---|---|
| org.hawkular.alerts.api.model.condition | |
| org.hawkular.alerts.api.services |
| Modifier and Type | Method and Description |
|---|---|
Alert.Status |
Alert.getStatus() |
static Alert.Status |
Alert.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alert.Status[] |
Alert.Status.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.setStatus(Alert.Status status) |
| Modifier and Type | Method and Description |
|---|---|
Alert.Status |
AlertsCriteria.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Alert.Status> |
AlertsCriteria.getStatusSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
AlertsCriteria.setStatus(Alert.Status status) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlertsCriteria.setStatusSet(Collection<Alert.Status> statusSet) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.