Class AbsoluteRangeEntity
java.lang.Object
org.graylog2.contentpacks.model.entities.TimeRangeEntity
org.graylog2.contentpacks.model.entities.AbsoluteRangeEntity
- 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 ValueReferencefrom()static AbsoluteRangeEntityof(AbsoluteRange absoluteRange) abstract ValueReferenceto()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
-
AbsoluteRangeEntity
public AbsoluteRangeEntity()
-
-
Method Details
-
from
-
to
-
of
-
convert
- Specified by:
convertin classTimeRangeEntity
-