cn.jpush.api.report
类 ReportClient

java.lang.Object
  继承者 cn.jpush.api.report.ReportClient

public class ReportClient
extends Object


构造方法摘要
ReportClient(String masterSecret, String appKey)
           
ReportClient(String masterSecret, String appKey, int maxRetryTimes)
           
ReportClient(String masterSecret, String appKey, int maxRetryTimes, HttpProxy proxy)
           
 
方法摘要
static void checkMsgids(String msgIds)
           
 MessagesResult getMessages(String msgIds)
           
 ReceivedsResult getReceiveds(String msgIds)
           
 ReceivedsResult getReceiveds(String[] msgIdArray)
           
 UsersResult getUsers(TimeUnit timeUnit, String start, int duration)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ReportClient

public ReportClient(String masterSecret,
                    String appKey)

ReportClient

public ReportClient(String masterSecret,
                    String appKey,
                    int maxRetryTimes)

ReportClient

public ReportClient(String masterSecret,
                    String appKey,
                    int maxRetryTimes,
                    HttpProxy proxy)
方法详细信息

getReceiveds

public ReceivedsResult getReceiveds(String[] msgIdArray)
                             throws APIConnectionException,
                                    APIRequestException
抛出:
APIConnectionException
APIRequestException

getReceiveds

public ReceivedsResult getReceiveds(String msgIds)
                             throws APIConnectionException,
                                    APIRequestException
抛出:
APIConnectionException
APIRequestException

getMessages

public MessagesResult getMessages(String msgIds)
                           throws APIConnectionException,
                                  APIRequestException
抛出:
APIConnectionException
APIRequestException

getUsers

public UsersResult getUsers(TimeUnit timeUnit,
                            String start,
                            int duration)
                     throws APIConnectionException,
                            APIRequestException
抛出:
APIConnectionException
APIRequestException

checkMsgids

public static void checkMsgids(String msgIds)


Copyright © 2014. All Rights Reserved.