Class IntervalStatistic.Metric

  • Enclosing class:
    IntervalStatistic

    public static class IntervalStatistic.Metric
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Metric​(java.lang.Integer period, java.util.Date first, java.util.Date last, java.lang.Long count)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getCount()  
      java.util.Date getFirst()  
      java.util.Date getLast()  
      java.lang.Integer getPeriod()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Metric

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

      • getPeriod

        @NotNull
        public java.lang.Integer getPeriod()
      • getFirst

        @Nullable
        public java.util.Date getFirst()
      • getLast

        @Nullable
        public java.util.Date getLast()
      • getCount

        @NotNull
        public java.lang.Long getCount()