com.ibm.java.diagnostics.healthcenter.api

Interface CountData

  • All Superinterfaces:
    TimeData


    public interface CountData
    extends TimeData
    This class represents an object that consists of a count and a corresponding time. This data is typically used in an array to plot data changes over time.
    • Method Detail

      • getCount

        long getCount()
        Gets the count that is associated with this data.
        Returns:
        the event count.
� Copyright 2012, 2016 IBM Corporation.