Class KeywordRangeEntity
java.lang.Object
org.graylog2.contentpacks.model.entities.TimeRangeEntity
org.graylog2.contentpacks.model.entities.KeywordRangeEntity
- All Implemented Interfaces:
TypedEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.graylog2.contentpacks.model.entities.TypedEntity
TypedEntity.TypeBuilder<SELF> -
Field Summary
Fields inherited from interface org.graylog2.contentpacks.model.entities.TypedEntity
FIELD_META_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal TimeRangeconvert(Map<String, ValueReference> parameters) abstract ValueReferencekeyword()static KeywordRangeEntityof(KeywordRange keywordRange) abstract ValueReferencetimezone()Methods inherited from class org.graylog2.contentpacks.model.entities.TimeRangeEntity
ofMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog2.contentpacks.model.entities.TypedEntity
type, typeString
-
Constructor Details
-
KeywordRangeEntity
public KeywordRangeEntity()
-
-
Method Details
-
keyword
-
timezone
-
of
-
convert
- Specified by:
convertin classTimeRangeEntity
-