public class PullSmsReplyStatusByPhoneNumberRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
PullSmsReplyStatusByPhoneNumberRequest() |
PullSmsReplyStatusByPhoneNumberRequest(PullSmsReplyStatusByPhoneNumberRequest 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 |
getBeginTime()
Get Pull start time in seconds in the format of UNIX timestamp.
|
Long |
getEndTime()
Get Pull end time in seconds in the format of UNIX timestamp.
|
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).
|
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 |
setBeginTime(Long BeginTime)
Set Pull start time in seconds in the format of UNIX timestamp.
|
void |
setEndTime(Long EndTime)
Set Pull end time in seconds in the format of UNIX timestamp.
|
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 |
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 PullSmsReplyStatusByPhoneNumberRequest()
public PullSmsReplyStatusByPhoneNumberRequest(PullSmsReplyStatusByPhoneNumberRequest source)
public Long getBeginTime()
public void setBeginTime(Long BeginTime)
BeginTime
- Pull start time in seconds in the format of UNIX timestamp.
Note: the data for the last 7 days can be pulled at most.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
- The SMS `SdkAppId` generated after an application is added in the [SMS console](https://console.cloud.tencent.com/smsv2/app-manage), such as 1400006666.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- Pull end time in seconds in the format of UNIX timestamp.Copyright © 2024. All rights reserved.