public class AlertImpl extends PersistedImpl implements Alert
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_LIST_COUNT |
static int |
REST_CHECK_CACHE_SECONDS |
fields, id| Modifier | Constructor and Description |
|---|---|
protected |
AlertImpl(Map<String,Object> fields) |
protected |
AlertImpl(org.bson.types.ObjectId id,
Map<String,Object> fields) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConditionId() |
Map<String,Object> |
getConditionParameters() |
String |
getDescription() |
Map<String,Validator> |
getEmbeddedValidations(String key) |
String |
getStreamId() |
org.joda.time.DateTime |
getTriggeredAt() |
Map<String,Validator> |
getValidations() |
Map<String,Object> |
toMap() |
asMap, equals, getFields, getId, getObjectId, hashCode, toStringpublic static final int MAX_LIST_COUNT
public static final int REST_CHECK_CACHE_SECONDS
public Map<String,Validator> getValidations()
getValidations in interface Persistedpublic Map<String,Validator> getEmbeddedValidations(String key)
getEmbeddedValidations in interface Persistedpublic String getStreamId()
getStreamId in interface Alertpublic String getConditionId()
getConditionId in interface Alertpublic org.joda.time.DateTime getTriggeredAt()
getTriggeredAt in interface Alertpublic String getDescription()
getDescription in interface Alertpublic Map<String,Object> getConditionParameters()
getConditionParameters in interface AlertCopyright © 2012-2016 Graylog, Inc.. All Rights Reserved.