public static class QueryPushStatByAppResponse.AppPushStat extends Object
| Constructor and Description |
|---|
QueryPushStatByAppResponse.AppPushStat() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAcceptCount() |
Long |
getDeletedCount() |
Long |
getOpenedCount() |
Long |
getReceivedCount() |
Long |
getSentCount() |
Long |
getSmsFailedCount() |
Long |
getSmsReceiveFailedCount() |
Long |
getSmsReceiveSuccessCount() |
Long |
getSmsSentCount() |
Long |
getSmsSkipCount() |
String |
getTime() |
void |
setAcceptCount(Long acceptCount) |
void |
setDeletedCount(Long deletedCount) |
void |
setOpenedCount(Long openedCount) |
void |
setReceivedCount(Long receivedCount) |
void |
setSentCount(Long sentCount) |
void |
setSmsFailedCount(Long smsFailedCount) |
void |
setSmsReceiveFailedCount(Long smsReceiveFailedCount) |
void |
setSmsReceiveSuccessCount(Long smsReceiveSuccessCount) |
void |
setSmsSentCount(Long smsSentCount) |
void |
setSmsSkipCount(Long smsSkipCount) |
void |
setTime(String time) |
public QueryPushStatByAppResponse.AppPushStat()
public String getTime()
public void setTime(String time)
public Long getAcceptCount()
public void setAcceptCount(Long acceptCount)
public Long getSentCount()
public void setSentCount(Long sentCount)
public Long getReceivedCount()
public void setReceivedCount(Long receivedCount)
public Long getOpenedCount()
public void setOpenedCount(Long openedCount)
public Long getDeletedCount()
public void setDeletedCount(Long deletedCount)
public Long getSmsSentCount()
public void setSmsSentCount(Long smsSentCount)
public Long getSmsSkipCount()
public void setSmsSkipCount(Long smsSkipCount)
public Long getSmsFailedCount()
public void setSmsFailedCount(Long smsFailedCount)
public Long getSmsReceiveSuccessCount()
public void setSmsReceiveSuccessCount(Long smsReceiveSuccessCount)
public Long getSmsReceiveFailedCount()
public void setSmsReceiveFailedCount(Long smsReceiveFailedCount)
Copyright © 2018. All Rights Reserved.