public class SendStatusStatistics extends AbstractModel
Constructor and Description |
---|
SendStatusStatistics() |
Modifier and Type | Method and Description |
---|---|
Long |
getFeeCount()
Get 短信计费条数统计,例如提交成功量为100条,其中有20条是长短信(长度为80字)被拆分成2条,则计费条数为: ```80 * 1 + 20 * 2 = 120``` 条。
|
Long |
getRequestCount()
Get 短信提交量统计。
|
Long |
getRequestSuccessCount()
Get 短信提交成功量统计。
|
void |
setFeeCount(Long FeeCount)
Set 短信计费条数统计,例如提交成功量为100条,其中有20条是长短信(长度为80字)被拆分成2条,则计费条数为: ```80 * 1 + 20 * 2 = 120``` 条。
|
void |
setRequestCount(Long RequestCount)
Set 短信提交量统计。
|
void |
setRequestSuccessCount(Long RequestSuccessCount)
Set 短信提交成功量统计。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
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 © 2020. All rights reserved.