Interface ITrackingStatisticsResult
public interface ITrackingStatisticsResult
-
Method Summary
-
Method Details
-
getReportName
String getReportName()Then name of the report from where the data came from- Returns:
- the name
-
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
The returned rows- Returns:
- the rows
-