Class GenericStatModel


  • public class GenericStatModel
    extends java.lang.Object
    Used to represent the time period and counts for statistics.
    • Constructor Summary

      Constructors 
      Constructor Description
      GenericStatModel​(java.lang.String key, java.lang.Long value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()  
      java.lang.Long getValue()  
      void setKey​(java.lang.String key)  
      void setValue​(java.lang.Long value)  
      • Methods inherited from class java.lang.Object

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

      • GenericStatModel

        public GenericStatModel​(java.lang.String key,
                                java.lang.Long value)
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • setKey

        public void setKey​(java.lang.String key)
      • getValue

        public java.lang.Long getValue()
      • setValue

        public void setValue​(java.lang.Long value)