public class PullSmsSendStatusRequest extends AbstractModel
header, skipSign
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 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 |
setLimit(Long Limit)
Set Maximum number of pulled entries.
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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
- The SMS `SdkAppId` generated after an application is added in the [SMS console](https://console.cloud.tencent.com/smsv2/app-manage), such as 1400006666.Copyright © 2024. All rights reserved.