public class PullSmsSendStatusByPhoneNumberRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
PullSmsSendStatusByPhoneNumberRequest() |
PullSmsSendStatusByPhoneNumberRequest(PullSmsSendStatusByPhoneNumberRequest 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 |
getEndDateTime()
Get Pull end time in UNIX timestamp accurate to seconds.
|
Long |
getLimit()
Get Maximum number of pulled entries.
|
Long |
getOffset()
Get Offset.
|
String |
getPhoneNumber()
Get Target mobile number in the e.164 standard (+[country/region code][mobile number]), such as +8613711112222, which has a + sign followed by 86 (country/region code) and then by 13711112222 (mobile number).
|
Long |
getSendDateTime()
Get Pull start time in seconds in the format of UNIX timestamp.
|
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 |
setEndDateTime(Long EndDateTime)
Set Pull end time in UNIX timestamp accurate to seconds.
|
void |
setLimit(Long Limit)
Set Maximum number of pulled entries.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setPhoneNumber(String PhoneNumber)
Set Target mobile number in the e.164 standard (+[country/region code][mobile number]), such as +8613711112222, which has a + sign followed by 86 (country/region code) and then by 13711112222 (mobile number).
|
void |
setSendDateTime(Long SendDateTime)
Set Pull start time in seconds in the format of UNIX timestamp.
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PullSmsSendStatusByPhoneNumberRequest()
public PullSmsSendStatusByPhoneNumberRequest(PullSmsSendStatusByPhoneNumberRequest source)
public Long getSendDateTime()
public void setSendDateTime(Long SendDateTime)
SendDateTime
- Pull start time in seconds in the format of UNIX timestamp.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset.
Note: this parameter is currently fixed at 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Maximum number of pulled entries. Maximum value: 100.public String getPhoneNumber()
public void setPhoneNumber(String PhoneNumber)
PhoneNumber
- Target mobile number in the e.164 standard (+[country/region code][mobile number]), such as +8613711112222, which has a + sign followed by 86 (country/region code) and then by 13711112222 (mobile number).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 getEndDateTime()
public void setEndDateTime(Long EndDateTime)
EndDateTime
- Pull end time in UNIX timestamp accurate to seconds.Copyright © 2024. All rights reserved.