| Package | Description |
|---|---|
| org.hawkular.alerts.api.model.dampening |
| Modifier and Type | Method and Description |
|---|---|
Dampening.Type |
Dampening.getType() |
static Dampening.Type |
Dampening.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dampening.Type[] |
Dampening.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dampening.setType(Dampening.Type type) |
| Constructor and Description |
|---|
Dampening(String triggerId,
Trigger.Mode triggerMode,
Dampening.Type type,
int evalTrueSetting,
int evalTotalSetting,
long evalTimeSetting) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.