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 | 
|---|---|
| String | getBeginTime()Get Start time in the format of `yyyymmddhh` accurate to the hour, such as 2021050113 (13:00 on May 1, 2021). | 
| String | getEndTime()Get End time in the format of `yyyymmddhh` accurate to the hour, such as 2021050118 (18:00 on May 1, 2021). | 
| Long | getLimit()Get Upper limit. | 
| Long | getOffset()Get Offset. | 
| String | getSmsSdkAppId()Get The SMS `SdkAppId` generated after an application is added in the [SMS console](https://console.cloud.tencent.com/smsv2/app-manage), such as 1400006666. | 
| void | setBeginTime(String BeginTime)Set Start time in the format of `yyyymmddhh` accurate to the hour, such as 2021050113 (13:00 on May 1, 2021). | 
| void | setEndTime(String EndTime)Set End time in the format of `yyyymmddhh` accurate to the hour, such as 2021050118 (18:00 on May 1, 2021). | 
| void | setLimit(Long Limit)Set Upper limit. | 
| void | setOffset(Long Offset)Set Offset. | 
| void | setSmsSdkAppId(String SmsSdkAppId)Set The SMS `SdkAppId` generated after an application is added in the [SMS console](https://console.cloud.tencent.com/smsv2/app-manage), such as 1400006666. | 
| 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 String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime - Start time in the format of `yyyymmddhh` accurate to the hour, such as 2021050113 (13:00 on May 1, 2021).public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time in the format of `yyyymmddhh` accurate to the hour, such as 2021050118 (18:00 on May 1, 2021).
Note: `EndTime` must be after `BeginTime`, and the difference should not exceed 32 days.public String getSmsSdkAppId()
public void setSmsSdkAppId(String SmsSdkAppId)
SmsSdkAppId - The SMS `SdkAppId` generated after an application is added in the [SMS console](https://console.cloud.tencent.com/smsv2/app-manage), 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.