| Package | Description |
|---|---|
| org.hawkular.alerts.api.model.condition |
| Modifier and Type | Method and Description |
|---|---|
ThresholdRangeCondition.Operator |
ThresholdRangeCondition.getOperatorHigh() |
ThresholdRangeCondition.Operator |
ThresholdRangeCondition.getOperatorLow() |
static ThresholdRangeCondition.Operator |
ThresholdRangeCondition.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThresholdRangeCondition.Operator[] |
ThresholdRangeCondition.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThresholdRangeCondition.setOperatorHigh(ThresholdRangeCondition.Operator operatorHigh) |
void |
ThresholdRangeCondition.setOperatorLow(ThresholdRangeCondition.Operator operatorLow) |
| Constructor and Description |
|---|
ThresholdRangeCondition(String triggerId,
int conditionSetSize,
int conditionSetIndex,
String dataId,
ThresholdRangeCondition.Operator operatorLow,
ThresholdRangeCondition.Operator operatorHigh,
Double thresholdLow,
Double thresholdHigh,
boolean inRange) |
ThresholdRangeCondition(String triggerId,
String dataId,
ThresholdRangeCondition.Operator operatorLow,
ThresholdRangeCondition.Operator operatorHigh,
Double thresholdLow,
Double thresholdHigh,
boolean inRange) |
ThresholdRangeCondition(String triggerId,
Trigger.Mode triggerMode,
int conditionSetSize,
int conditionSetIndex,
String dataId,
ThresholdRangeCondition.Operator operatorLow,
ThresholdRangeCondition.Operator operatorHigh,
Double thresholdLow,
Double thresholdHigh,
boolean inRange) |
ThresholdRangeCondition(String triggerId,
Trigger.Mode triggerMode,
String dataId,
ThresholdRangeCondition.Operator operatorLow,
ThresholdRangeCondition.Operator operatorHigh,
Double thresholdLow,
Double thresholdHigh,
boolean inRange) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.