Class NaturalDateParser.Result

java.lang.Object
org.graylog2.plugin.utilities.date.NaturalDateParser.Result
Enclosing class:
NaturalDateParser

public static class NaturalDateParser.Result extends Object
  • Constructor Details

    • Result

      public Result(Date from, Date to, org.joda.time.DateTimeZone dateTimeZone)
  • Method Details

    • getFrom

      public org.joda.time.DateTime getFrom()
    • getTo

      public org.joda.time.DateTime getTo()
    • getDateTimeZone

      public org.joda.time.DateTimeZone getDateTimeZone()
    • asMap

      public Map<String,String> asMap()