Class IntervalStatistic.Metric

    • Constructor Detail

      • Metric

        public Metric​(@NotNull
                      Integer period,
                      @Nullable
                      Date first,
                      @Nullable
                      Date last,
                      @NotNull
                      Long count)
    • Method Detail

      • getPeriod

        @NotNull
        public Integer getPeriod()
      • getFirst

        @Nullable
        public Date getFirst()
      • getLast

        @Nullable
        public Date getLast()
      • getCount

        @NotNull
        public Long getCount()