public class CallbackStatusStatisticsRequest extends AbstractModel
| Constructor and Description | 
|---|
CallbackStatusStatisticsRequest()  | 
CallbackStatusStatisticsRequest(CallbackStatusStatisticsRequest 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 | 
getEndDataTime()
Get End time of pull in the format of `yyyymmddhh` accurate to the hour. 
 | 
Long | 
getLimit()
Get Upper limit. 
 | 
Long | 
getOffset()
Get Offset. 
 | 
String | 
getSmsSdkAppid()
Get SMS `SdkAppid` actually generated after an application is added in the [SMS Console](https://console.cloud.tencent.com/sms/smslist), such as 1400006666. 
 | 
Long | 
getStartDateTime()
Get Start time of pull in the format of `yyyymmddhh` accurate to the hour. 
 | 
void | 
setEndDataTime(Long EndDataTime)
Set End time of pull in the format of `yyyymmddhh` accurate to the hour. 
 | 
void | 
setLimit(Long Limit)
Set Upper limit. 
 | 
void | 
setOffset(Long Offset)
Set Offset. 
 | 
void | 
setSmsSdkAppid(String SmsSdkAppid)
Set SMS `SdkAppid` actually generated after an application is added in the [SMS Console](https://console.cloud.tencent.com/sms/smslist), such as 1400006666. 
 | 
void | 
setStartDateTime(Long StartDateTime)
Set Start time of pull in the format of `yyyymmddhh` accurate to the hour. 
 | 
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, toJsonStringpublic CallbackStatusStatisticsRequest()
public CallbackStatusStatisticsRequest(CallbackStatusStatisticsRequest source)
public Long getStartDateTime()
public void setStartDateTime(Long StartDateTime)
StartDateTime - Start time of pull in the format of `yyyymmddhh` accurate to the hour.public Long getEndDataTime()
public void setEndDataTime(Long EndDataTime)
EndDataTime - End time of pull in the format of `yyyymmddhh` accurate to the hour.
Note: `EndDataTime` must be later than `StartDateTime`.public String getSmsSdkAppid()
public void setSmsSdkAppid(String SmsSdkAppid)
SmsSdkAppid - SMS `SdkAppid` actually generated after an application is added in the [SMS Console](https://console.cloud.tencent.com/sms/smslist), such as 1400006666.public Long getLimit()
public void setLimit(Long Limit)
Limit - Upper limit.
Note: this parameter is currently fixed at 0.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset.
Note: this parameter is currently fixed at 0.Copyright © 2022. All rights reserved.