public class SendOverviewVO extends Object implements Serializable
| 构造器和说明 |
|---|
SendOverviewVO() |
| 限定符和类型 | 方法和说明 |
|---|---|
SendOverviewVO |
billingCount(Long billingCount)
set 计费量
|
SendOverviewVO |
endTime(String endTime)
set 聚合截止时间
|
Long |
getBillingCount()
get 计费量
|
String |
getEndTime()
get 聚合截止时间
|
Long |
getSendCount()
get 发送量
|
String |
getStartTime()
get 聚合开始时间
|
Long |
getSuccessCount()
get 发送成功量
|
String |
getSuccessRate()
get 成功率
|
SendOverviewVO |
sendCount(Long sendCount)
set 发送量
|
void |
setBillingCount(Long billingCount)
set 计费量
|
void |
setEndTime(String endTime)
set 聚合截止时间
|
void |
setSendCount(Long sendCount)
set 发送量
|
void |
setStartTime(String startTime)
set 聚合开始时间
|
void |
setSuccessCount(Long successCount)
set 发送成功量
|
void |
setSuccessRate(String successRate)
set 成功率
|
SendOverviewVO |
startTime(String startTime)
set 聚合开始时间
|
SendOverviewVO |
successCount(Long successCount)
set 发送成功量
|
SendOverviewVO |
successRate(String successRate)
set 成功率
|
public Long getBillingCount()
public void setBillingCount(Long billingCount)
billingCount - public String getEndTime()
public void setEndTime(String endTime)
endTime - public Long getSendCount()
public void setSendCount(Long sendCount)
sendCount - public String getStartTime()
public void setStartTime(String startTime)
startTime - public Long getSuccessCount()
public void setSuccessCount(Long successCount)
successCount - public String getSuccessRate()
public void setSuccessRate(String successRate)
successRate - public SendOverviewVO billingCount(Long billingCount)
billingCount - public SendOverviewVO endTime(String endTime)
endTime - public SendOverviewVO sendCount(Long sendCount)
sendCount - public SendOverviewVO startTime(String startTime)
startTime - public SendOverviewVO successCount(Long successCount)
successCount - public SendOverviewVO successRate(String successRate)
successRate - Copyright © 2021. All rights reserved.