public class PullSmsReplyStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PullSmsReplyStatusRequest() | 
| PullSmsReplyStatusRequest(PullSmsReplyStatusRequest 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 拉取最大条数,最多100条。 | 
| String | getSmsSdkAppid()Get 短信 SdkAppid 在 [短信控制台](https://console.cloud.tencent.com/smsv2) 添加应用后生成的实际 SdkAppid,例如1400006666。 | 
| void | setLimit(Long Limit)Set 拉取最大条数,最多100条。 | 
| void | setSmsSdkAppid(String SmsSdkAppid)Set 短信 SdkAppid 在 [短信控制台](https://console.cloud.tencent.com/smsv2) 添加应用后生成的实际 SdkAppid,例如1400006666。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PullSmsReplyStatusRequest()
public PullSmsReplyStatusRequest(PullSmsReplyStatusRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit - 拉取最大条数,最多100条。public String getSmsSdkAppid()
public void setSmsSdkAppid(String SmsSdkAppid)
SmsSdkAppid - 短信 SdkAppid 在 [短信控制台](https://console.cloud.tencent.com/smsv2) 添加应用后生成的实际 SdkAppid,例如1400006666。Copyright © 2025. All rights reserved.