public abstract class AbsoluteRange extends TimeRange
| Constructor and Description |
|---|
AbsoluteRange() |
| Modifier and Type | Method and Description |
|---|---|
static AbsoluteRange |
create(org.joda.time.DateTime from,
org.joda.time.DateTime to) |
abstract org.joda.time.DateTime |
from() |
abstract org.joda.time.DateTime |
to() |
abstract String |
type() |
public abstract org.joda.time.DateTime from()
public abstract org.joda.time.DateTime to()
public static AbsoluteRange create(org.joda.time.DateTime from, org.joda.time.DateTime to)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.