public class CallbackStatusStatistics extends AbstractModel
Constructor and Description |
---|
CallbackStatusStatistics() |
CallbackStatusStatistics(CallbackStatusStatistics 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 |
getBlackListCount()
Get 号码拉入黑名单统计。
|
Long |
getCallbackCount()
Get 短信回执量统计。
|
Long |
getCallbackFailCount()
Get 短信回执失败量统计。
|
Long |
getCallbackSuccessCount()
Get 短信回执成功量统计。
|
Long |
getFrequencyLimitCount()
Get 运营商频率限制统计。
|
Long |
getInternalErrorCount()
Get 运营商内部错误统计。
|
Long |
getInvalidNumberCount()
Get 号码无效或空号统计。
|
Long |
getRequestSuccessCount()
Get 短信提交成功量统计。
|
Long |
getShutdownErrorCount()
Get 停机、关机等错误统计。
|
void |
setBlackListCount(Long BlackListCount)
Set 号码拉入黑名单统计。
|
void |
setCallbackCount(Long CallbackCount)
Set 短信回执量统计。
|
void |
setCallbackFailCount(Long CallbackFailCount)
Set 短信回执失败量统计。
|
void |
setCallbackSuccessCount(Long CallbackSuccessCount)
Set 短信回执成功量统计。
|
void |
setFrequencyLimitCount(Long FrequencyLimitCount)
Set 运营商频率限制统计。
|
void |
setInternalErrorCount(Long InternalErrorCount)
Set 运营商内部错误统计。
|
void |
setInvalidNumberCount(Long InvalidNumberCount)
Set 号码无效或空号统计。
|
void |
setRequestSuccessCount(Long RequestSuccessCount)
Set 短信提交成功量统计。
|
void |
setShutdownErrorCount(Long ShutdownErrorCount)
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 CallbackStatusStatistics()
public CallbackStatusStatistics(CallbackStatusStatistics source)
public Long getCallbackCount()
public void setCallbackCount(Long CallbackCount)
CallbackCount
- 短信回执量统计。public Long getRequestSuccessCount()
public void setRequestSuccessCount(Long RequestSuccessCount)
RequestSuccessCount
- 短信提交成功量统计。public Long getCallbackFailCount()
public void setCallbackFailCount(Long CallbackFailCount)
CallbackFailCount
- 短信回执失败量统计。public Long getCallbackSuccessCount()
public void setCallbackSuccessCount(Long CallbackSuccessCount)
CallbackSuccessCount
- 短信回执成功量统计。public Long getInternalErrorCount()
public void setInternalErrorCount(Long InternalErrorCount)
InternalErrorCount
- 运营商内部错误统计。public Long getInvalidNumberCount()
public void setInvalidNumberCount(Long InvalidNumberCount)
InvalidNumberCount
- 号码无效或空号统计。public Long getShutdownErrorCount()
public void setShutdownErrorCount(Long ShutdownErrorCount)
ShutdownErrorCount
- 停机、关机等错误统计。public Long getBlackListCount()
public void setBlackListCount(Long BlackListCount)
BlackListCount
- 号码拉入黑名单统计。public Long getFrequencyLimitCount()
public void setFrequencyLimitCount(Long FrequencyLimitCount)
FrequencyLimitCount
- 运营商频率限制统计。Copyright © 2021. All rights reserved.