Class CountDataImpl

java.lang.Object
com.ibm.java.diagnostics.healthcenter.api.impl.TimeDataImpl
com.ibm.java.diagnostics.healthcenter.api.impl.CountDataImpl
All Implemented Interfaces:
CountData, TimeData

public class CountDataImpl extends TimeDataImpl implements CountData
  • Constructor Details

    • CountDataImpl

      public CountDataImpl(double eventTime, long eventData)
  • Method Details

    • getCount

      public long getCount()
      Description copied from interface: CountData
      Gets the count that is associated with this data.
      Specified by:
      getCount in interface CountData
      Returns:
      the event count.