public class SmsPackagesStatisticsRequest extends AbstractModel
| Constructor and Description | 
|---|
| SmsPackagesStatisticsRequest() | 
| SmsPackagesStatisticsRequest(SmsPackagesStatisticsRequest 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 | getLimit()Get Upper limit (number of packages to be pulled). | 
| 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. | 
| void | setLimit(Long Limit)Set Upper limit (number of packages to be pulled). | 
| 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 | 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 SmsPackagesStatisticsRequest()
public SmsPackagesStatisticsRequest(SmsPackagesStatisticsRequest source)
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 (number of packages to be pulled).public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset.
Note: this parameter is currently fixed at 0.Copyright © 2021. All rights reserved.