public class CallbackStatusStatistics extends AbstractModel
header, skipSign
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 Blocked mobile numbers.
|
Long |
getCallbackCount()
Get Messages with receipt.
|
Long |
getCallbackFailCount()
Get Failed receipts.
|
Long |
getCallbackSuccessCount()
Get Successful receipts.
|
Long |
getFrequencyLimitCount()
Get Carrier rate limit hits.
|
Long |
getInternalErrorCount()
Get Carrier's internal error.
|
Long |
getInvalidNumberCount()
Get Invalid numbers.
|
Long |
getRequestSuccessCount()
Get Successfully submitted SMS messages.
|
Long |
getShutdownErrorCount()
Get Errors such as out-of-service or power-off.
|
void |
setBlackListCount(Long BlackListCount)
Set Blocked mobile numbers.
|
void |
setCallbackCount(Long CallbackCount)
Set Messages with receipt.
|
void |
setCallbackFailCount(Long CallbackFailCount)
Set Failed receipts.
|
void |
setCallbackSuccessCount(Long CallbackSuccessCount)
Set Successful receipts.
|
void |
setFrequencyLimitCount(Long FrequencyLimitCount)
Set Carrier rate limit hits.
|
void |
setInternalErrorCount(Long InternalErrorCount)
Set Carrier's internal error.
|
void |
setInvalidNumberCount(Long InvalidNumberCount)
Set Invalid numbers.
|
void |
setRequestSuccessCount(Long RequestSuccessCount)
Set Successfully submitted SMS messages.
|
void |
setShutdownErrorCount(Long ShutdownErrorCount)
Set Errors such as out-of-service or power-off.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CallbackStatusStatistics()
public CallbackStatusStatistics(CallbackStatusStatistics source)
public Long getCallbackCount()
public void setCallbackCount(Long CallbackCount)
CallbackCount
- Messages with receipt.public Long getRequestSuccessCount()
public void setRequestSuccessCount(Long RequestSuccessCount)
RequestSuccessCount
- Successfully submitted SMS messages.public Long getCallbackFailCount()
public void setCallbackFailCount(Long CallbackFailCount)
CallbackFailCount
- Failed receipts.public Long getCallbackSuccessCount()
public void setCallbackSuccessCount(Long CallbackSuccessCount)
CallbackSuccessCount
- Successful receipts.public Long getInternalErrorCount()
public void setInternalErrorCount(Long InternalErrorCount)
InternalErrorCount
- Carrier's internal error.public Long getInvalidNumberCount()
public void setInvalidNumberCount(Long InvalidNumberCount)
InvalidNumberCount
- Invalid numbers.public Long getShutdownErrorCount()
public void setShutdownErrorCount(Long ShutdownErrorCount)
ShutdownErrorCount
- Errors such as out-of-service or power-off.public Long getBlackListCount()
public void setBlackListCount(Long BlackListCount)
BlackListCount
- Blocked mobile numbers.public Long getFrequencyLimitCount()
public void setFrequencyLimitCount(Long FrequencyLimitCount)
FrequencyLimitCount
- Carrier rate limit hits.Copyright © 2024. All rights reserved.