public class DescribePhoneTwiceTelVerifyRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
authCode
The authorization code.
|
String |
inputNumber
The phone number to be queried.
|
String |
mask
The encryption method of the phone number.
|
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
startTime
The registration time.
|
构造器和说明 |
---|
DescribePhoneTwiceTelVerifyRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribePhoneTwiceTelVerifyRequest |
build(Map<String,?> map) |
String |
getAuthCode() |
String |
getInputNumber() |
String |
getMask() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getStartTime() |
DescribePhoneTwiceTelVerifyRequest |
setAuthCode(String authCode) |
DescribePhoneTwiceTelVerifyRequest |
setInputNumber(String inputNumber) |
DescribePhoneTwiceTelVerifyRequest |
setMask(String mask) |
DescribePhoneTwiceTelVerifyRequest |
setOwnerId(Long ownerId) |
DescribePhoneTwiceTelVerifyRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribePhoneTwiceTelVerifyRequest |
setResourceOwnerId(Long resourceOwnerId) |
DescribePhoneTwiceTelVerifyRequest |
setStartTime(String startTime) |
@NameInMap(value="AuthCode") public String authCode
The authorization code.
> On the **My Applications** page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/analysis/apply), you can obtain the authorization code (also known as authorization ID).
This parameter is required.
@NameInMap(value="InputNumber") public String inputNumber
The phone number to be queried.
* If the value of Mask is NORMAL, specify an 11-digit phone number in plaintext.
* If the value of Mask is MD5, specify a 32-bit string that is encrypted by using MD5.
* If the value of Mask is SHA256, specify a 64-bit string that is encrypted by using SHA256.
> Letters in the encrypted strings are not case-sensitive.
This parameter is required.
@NameInMap(value="Mask") public String mask
The encryption method of the phone number. Valid values:
* **NORMAL**: The phone number is not encrypted.
* **MD5**
* **SHA256**
This parameter is required.
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="StartTime") public String startTime
The registration time. Specify the time in the yyyy-MM-dd HH:mm:ss format. This time is the service registration time of the mobile phone user. If the service registration time is later than the time when the phone number is assigned by a carrier, it indicates that the phone number is not a reassigned number. Otherwise, the phone number is a reassigned number.
>
* If a carrier allocates a single number multiple times, the system will determine whether the phone number is a reassigned number based on the time when the carrier last allocated the phone number.
* The service registration time must be later than 00:00:00 on January 1, 1970.
This parameter is required.
public static DescribePhoneTwiceTelVerifyRequest build(Map<String,?> map) throws Exception
Exception
public DescribePhoneTwiceTelVerifyRequest setAuthCode(String authCode)
public String getAuthCode()
public DescribePhoneTwiceTelVerifyRequest setInputNumber(String inputNumber)
public String getInputNumber()
public DescribePhoneTwiceTelVerifyRequest setMask(String mask)
public String getMask()
public DescribePhoneTwiceTelVerifyRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribePhoneTwiceTelVerifyRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribePhoneTwiceTelVerifyRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribePhoneTwiceTelVerifyRequest setStartTime(String startTime)
public String getStartTime()
Copyright © 2024. All rights reserved.