java.lang.Object
org.graylog.plugins.views.migrations.V20191203120602_MigrateSavedSearchesToViewsSupport.view.TimeRange
org.graylog.plugins.views.migrations.V20191203120602_MigrateSavedSearchesToViewsSupport.view.AbsoluteRange

public abstract class AbsoluteRange extends TimeRange
  • Constructor Details

    • AbsoluteRange

      public AbsoluteRange()
  • Method Details

    • type

      public abstract String type()
      Specified by:
      type in class TimeRange
    • from

      public abstract org.joda.time.DateTime from()
    • to

      public abstract org.joda.time.DateTime to()
    • create

      public static AbsoluteRange create(org.joda.time.DateTime from, org.joda.time.DateTime to)