Interface ITrackingStatisticsResult


public interface ITrackingStatisticsResult
  • Method Summary

    Modifier and Type
    Method
    Description
    The headers in the result set
    Then name of the report from where the data came from
    long
    The number of (limited) rows in result
    The returned rows
    long
    Where the results start from @see ITrackingStatisticsQuery#limit(int start, int count)
  • Method Details

    • getReportName

      String getReportName()
      Then name of the report from where the data came from
      Returns:
      the name
    • getHeaders

      List<String> getHeaders()
      The headers in the result set
      Returns:
      the headers
    • getStart

      long getStart()
      Where the results start from @see ITrackingStatisticsQuery#limit(int start, int count)
      Returns:
      the start offset
    • getRowCount

      long getRowCount()
      The number of (limited) rows in result
      Returns:
      the maximum row count
    • getRows

      Stream<Map<String,String>> getRows()
      The returned rows
      Returns:
      the rows