| Package | Description |
|---|---|
| org.hawkular.alerts.api.model.condition |
| Modifier and Type | Method and Description |
|---|---|
RateCondition.Period |
RateCondition.getPeriod() |
static RateCondition.Period |
RateCondition.Period.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RateCondition.Period[] |
RateCondition.Period.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RateCondition.setPeriod(RateCondition.Period period) |
| Constructor and Description |
|---|
RateCondition(String triggerId,
Mode triggerMode,
int conditionSetSize,
int conditionSetIndex,
String dataId,
RateCondition.Direction direction,
RateCondition.Period period,
RateCondition.Operator operator,
Double threshold)
This constructor requires the tenantId be assigned prior to persistence.
|
RateCondition(String triggerId,
Mode triggerMode,
String dataId,
RateCondition.Direction direction,
RateCondition.Period period,
RateCondition.Operator operator,
Double threshold)
This constructor requires the tenantId be assigned prior to persistence.
|
RateCondition(String tenantId,
String triggerId,
Mode triggerMode,
int conditionSetSize,
int conditionSetIndex,
String dataId,
RateCondition.Direction direction,
RateCondition.Period period,
RateCondition.Operator operator,
Double threshold) |
RateCondition(String tenantId,
String triggerId,
Mode triggerMode,
String dataId,
RateCondition.Direction direction,
RateCondition.Period period,
RateCondition.Operator operator,
Double threshold) |
RateCondition(String tenantId,
String triggerId,
String dataId,
RateCondition.Direction direction,
RateCondition.Period period,
RateCondition.Operator operator,
Double threshold) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.