| Package | Description |
|---|---|
| org.hawkular.alerts.api.model.condition |
| Modifier and Type | Field and Description |
|---|---|
protected Condition.Type |
ConditionEval.type |
protected Condition.Type |
Condition.type |
| Modifier and Type | Method and Description |
|---|---|
Condition.Type |
ConditionEval.getType() |
Condition.Type |
Condition.getType() |
static Condition.Type |
Condition.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Condition.Type[] |
Condition.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 |
ConditionEval.setType(Condition.Type type) |
| Constructor and Description |
|---|
Condition(String tenantId,
String triggerId,
Mode triggerMode,
int conditionSetSize,
int conditionSetIndex,
Condition.Type type) |
ConditionEval(Condition.Type type,
boolean match,
long dataTimestamp,
Map<String,String> context) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.