public class PullSmsSendStatusRequest extends AbstractModel
Constructor and Description |
---|
PullSmsSendStatusRequest() |
PullSmsSendStatusRequest(PullSmsSendStatusRequest 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 Maximum number of pulled entries.
|
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 Maximum number of pulled entries.
|
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, toJsonString
public PullSmsSendStatusRequest()
public PullSmsSendStatusRequest(PullSmsSendStatusRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- Maximum number of pulled entries. Maximum value: 100.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.Copyright © 2023. All rights reserved.