public class SendStatusStatistics extends AbstractModel
构造器和说明 |
---|
SendStatusStatistics() |
限定符和类型 | 方法和说明 |
---|---|
Long |
getFeeCount()
获取短信计费条数统计,例如提交成功量为100条,其中有20条是长短信(长度为80字)被拆分成2条,则计费条数为: ```80 * 1 + 20 * 2 = 120``` 条
|
Long |
getRequestCount()
获取短信提交量统计
|
Long |
getRequestSuccessCount()
获取短信提交成功量统计
|
void |
setFeeCount(Long FeeCount)
设置短信计费条数统计,例如提交成功量为100条,其中有20条是长短信(长度为80字)被拆分成2条,则计费条数为: ```80 * 1 + 20 * 2 = 120``` 条
|
void |
setRequestCount(Long RequestCount)
设置短信提交量统计
|
void |
setRequestSuccessCount(Long RequestSuccessCount)
设置短信提交成功量统计
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getFeeCount()
public void setFeeCount(Long FeeCount)
FeeCount
- 短信计费条数统计,例如提交成功量为100条,其中有20条是长短信(长度为80字)被拆分成2条,则计费条数为: ```80 * 1 + 20 * 2 = 120``` 条public Long getRequestCount()
public void setRequestCount(Long RequestCount)
RequestCount
- 短信提交量统计public Long getRequestSuccessCount()
public void setRequestSuccessCount(Long RequestSuccessCount)
RequestSuccessCount
- 短信提交成功量统计Copyright © 2019. All rights reserved.