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 |
---|---|
Map<String,Validator> |
getEmbeddedValidations(String key) |
Map<String,Validator> |
getValidations() |
Map<String,Object> |
toMap() |
asMap, equals, getFields, getId, getObjectId, hashCode, toString
public static final int MAX_LIST_COUNT
public static final int REST_CHECK_CACHE_SECONDS
public Map<String,Validator> getValidations()
getValidations
in interface Persisted
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.