Class AbsoluteRange
java.lang.Object
org.graylog2.plugin.indexer.searches.timeranges.TimeRange
org.graylog2.plugin.indexer.searches.timeranges.AbsoluteRange
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AbsoluteRange.Builderbuilder()static AbsoluteRangestatic AbsoluteRangecreate(org.joda.time.DateTime from, org.joda.time.DateTime to) abstract org.joda.time.DateTimefrom()org.joda.time.DateTimegetFrom()org.joda.time.DateTimegetTo()abstract org.joda.time.DateTimeto()type()
-
Field Details
-
ABSOLUTE
- See Also:
-
-
Constructor Details
-
AbsoluteRange
public AbsoluteRange()
-
-
Method Details
-
type
-
from
public abstract org.joda.time.DateTime from() -
to
public abstract org.joda.time.DateTime to() -
builder
-
create
-
create
-
getFrom
public org.joda.time.DateTime getFrom() -
getTo
public org.joda.time.DateTime getTo()
-