public class ReportClient extends Object
| 构造器和说明 |
|---|
ReportClient(String masterSecret,
String appKey) |
ReportClient(String masterSecret,
String appKey,
int maxRetryTimes) |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
public ReceivedsResult getReceiveds(String[] msgIdArray) throws APIConnectionException, APIRequestException
public ReceivedsResult getReceiveds(String msgIds) throws APIConnectionException, APIRequestException
public MessagesResult getMessages(String msgIds) throws APIConnectionException, APIRequestException
public UsersResult getUsers(TimeUnit timeUnit, String start, int duration) throws APIConnectionException, APIRequestException
public static void checkMsgids(String msgIds)
Copyright © 2014. All Rights Reserved.