Class Counters

java.lang.Object
com.six.timapi.Counters

public class Counters extends Object
  • Constructor Details

  • Method Details

    • getCounterType

      public CounterType getCounterType()
      Specifies what kind of counter are demanded.
    • getSeqCounter

      public int getSeqCounter()
      Activation or period sequence counter depending on type.
    • getCounters

      public List<Counter> getCounters()
      Counters per brand.
    • getPrintData

      public PrintData getPrintData()
      Optional print data. Present only in RequestType.COUNTER_REQUEST.
    • toString

      public String toString()
      String representation for debugging purpose.
      Overrides:
      toString in class Object