public class SendStatusStatisticsRequest extends AbstractModel
| Constructor and Description | 
|---|
| SendStatusStatisticsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getEndDataTime()Get End time of pull in the format of `yyyymmddhh` accurate to the hour
Note: `EndDataTime` must be later than `StartDateTime`. | 
| 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
Note: `EndDataTime` must be later than `StartDateTime`. | 
| 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 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 © 2021. All rights reserved.