Package com.six.timapi
Class Counters
java.lang.Object
com.six.timapi.Counters
Contains all counters for a specific counter type. Instances of this class are
returned by various calls:
Immutable class.
-
Constructor Summary
ConstructorDescriptionCounters
(CounterType counterType, int seqCounter, List<Counter> counters) Create counters.Counters
(CounterType counterType, int seqCounter, List<Counter> counters, PrintData printData) Create counters. -
Method Summary
Modifier and TypeMethodDescriptionCounters per brand.Specifies what kind of counter are demanded.Optional print data.int
Activation or period sequence counter depending on type.toString()
String representation for debugging purpose.
-
Constructor Details
-
Counters
Create counters. -
Counters
public Counters(CounterType counterType, int seqCounter, List<Counter> counters, PrintData printData) Create counters.
-
-
Method Details
-
getCounterType
Specifies what kind of counter are demanded. -
getSeqCounter
public int getSeqCounter()Activation or period sequence counter depending on type. -
getCounters
Counters per brand. -
getPrintData
Optional print data. Present only inRequestType.COUNTER_REQUEST
. -
toString
String representation for debugging purpose.
-