Class CounterData


  • public class CounterData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CounterData​(java.lang.String name, int value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      int getValue()  
      • Methods inherited from class java.lang.Object

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

      • CounterData

        public CounterData​(java.lang.String name,
                           int value)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getValue

        public int getValue()