| Package | Description |
|---|---|
| org.graylog2.alerts |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractAlertCondition.Type |
AbstractAlertCondition.type |
| Modifier and Type | Method and Description |
|---|---|
AbstractAlertCondition.Type |
AbstractAlertCondition.getType() |
static AbstractAlertCondition.Type |
AbstractAlertCondition.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractAlertCondition.Type[] |
AbstractAlertCondition.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractAlertCondition(Stream stream,
java.lang.String id,
AbstractAlertCondition.Type type,
org.joda.time.DateTime createdAt,
java.lang.String creatorUserId,
java.util.Map<java.lang.String,java.lang.Object> parameters) |
Copyright © 2012-2014 TORCH GmbH. All Rights Reserved.