public interface ClicksReportApi extends UniqueReportApi
| Modifier and Type | Method and Description |
|---|---|
Long |
count(String startTime,
String endTime) |
Long |
countUnique(String startTime,
String endTime) |
List<Map<String,Object>> |
list(String startTime,
String endTime,
int startIndex) |
List<Map<String,Object>> |
listUnique(String startTime,
String endTime,
int startIndex) |
@Named(value="GetClicksList") List<Map<String,Object>> list(String startTime, String endTime, int startIndex)
@Named(value="GetClicksUniqueCount") Long countUnique(String startTime, String endTime)
countUnique in interface UniqueReportApi@Named(value="GetClicksUniqueList") List<Map<String,Object>> listUnique(String startTime, String endTime, int startIndex)
listUnique in interface UniqueReportApiCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.