java.lang.Object
org.graylog.plugins.views.search.views.widgets.aggregation.TimeUnitIntervalDTO
All Implemented Interfaces:
IntervalDTO

public abstract class TimeUnitIntervalDTO extends Object implements IntervalDTO
  • Field Details

  • Constructor Details

    • TimeUnitIntervalDTO

      public TimeUnitIntervalDTO()
  • Method Details

    • type

      public abstract String type()
      Specified by:
      type in interface IntervalDTO
    • value

      public abstract int value()
    • unit

      public abstract org.graylog.plugins.views.search.views.widgets.aggregation.TimeUnitIntervalDTO.IntervalUnit unit()