public class SendStatusStatistics extends AbstractModel
header, skipSign
Constructor and Description |
---|
SendStatusStatistics() |
SendStatusStatistics(SendStatusStatistics source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SendStatusStatistics()
public SendStatusStatistics(SendStatusStatistics source)
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 © 2024. All rights reserved.