| 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(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,
String id,
AbstractAlertCondition.Type type,
org.joda.time.DateTime createdAt,
String creatorUserId,
Map<String,Object> parameters,
String title) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.