public interface BouncesReportApi extends ReportApi
Long
count(String startTime, String endTime)
List<Map<String,Object>>
list(String startTime, String endTime, int startIndex)
@Named(value="GetBouncesCount") Long count(String startTime, String endTime)
count
ReportApi
@Named(value="GetBouncesList") List<Map<String,Object>> list(String startTime, String endTime, int startIndex)
list
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.