| Package | Description |
|---|---|
| org.hawkular.alerts.api.model.condition |
| Modifier and Type | Method and Description |
|---|---|
ThresholdCondition.Operator |
ThresholdCondition.getOperator() |
static ThresholdCondition.Operator |
ThresholdCondition.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThresholdCondition.Operator[] |
ThresholdCondition.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 |
ThresholdCondition.setOperator(ThresholdCondition.Operator operator) |
| Constructor and Description |
|---|
ThresholdCondition(String triggerId,
Mode triggerMode,
int conditionSetSize,
int conditionSetIndex,
String dataId,
ThresholdCondition.Operator operator,
Double threshold)
This constructor requires the tenantId be assigned prior to persistence.
|
ThresholdCondition(String triggerId,
Mode triggerMode,
String dataId,
ThresholdCondition.Operator operator,
Double threshold)
This constructor requires the tenantId be assigned prior to persistence.
|
ThresholdCondition(String tenantId,
String triggerId,
int conditionSetSize,
int conditionSetIndex,
String dataId,
ThresholdCondition.Operator operator,
Double threshold) |
ThresholdCondition(String tenantId,
String triggerId,
Mode triggerMode,
int conditionSetSize,
int conditionSetIndex,
String dataId,
ThresholdCondition.Operator operator,
Double threshold) |
ThresholdCondition(String tenantId,
String triggerId,
Mode triggerMode,
String dataId,
ThresholdCondition.Operator operator,
Double threshold) |
ThresholdCondition(String tenantId,
String triggerId,
String dataId,
ThresholdCondition.Operator operator,
Double threshold) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.