| Package | Description |
|---|---|
| org.hawkular.alerts.api.model.event | |
| org.hawkular.alerts.api.services |
| Modifier and Type | Method and Description |
|---|---|
Alert.Status |
Alert.getStatus() |
Alert.Status |
Alert.LifeCycle.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.addLifecycle(Alert.Status status,
String user,
long stime) |
Long |
Alert.getLastStatusTime(Alert.Status status) |
void |
Alert.setStatus(Alert.Status status) |
void |
Alert.LifeCycle.setStatus(Alert.Status status) |
| Constructor and Description |
|---|
LifeCycle(Alert.Status status,
String user,
long stime) |
| 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–2016 Red Hat, Inc.. All rights reserved.