public class ThreeElementsVerificationRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
authCode
The authorization code.
|
String |
certCode
The ID card number to be verified.
|
String |
inputNumber
The phone number to be verified.
|
String |
mask
The encryption method.
|
String |
name
The name to be verified.
|
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
| 构造器和说明 |
|---|
ThreeElementsVerificationRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ThreeElementsVerificationRequest |
build(Map<String,?> map) |
String |
getAuthCode() |
String |
getCertCode() |
String |
getInputNumber() |
String |
getMask() |
String |
getName() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
ThreeElementsVerificationRequest |
setAuthCode(String authCode) |
ThreeElementsVerificationRequest |
setCertCode(String certCode) |
ThreeElementsVerificationRequest |
setInputNumber(String inputNumber) |
ThreeElementsVerificationRequest |
setMask(String mask) |
ThreeElementsVerificationRequest |
setName(String name) |
ThreeElementsVerificationRequest |
setOwnerId(Long ownerId) |
ThreeElementsVerificationRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ThreeElementsVerificationRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="AuthCode") public String authCode
The authorization code.
On the My Applications page in the Cell Phone Number Service console, you can obtain the authorization code (also known as authorization ID).
This parameter is required.
example:QASDW@#**
@NameInMap(value="CertCode") public String certCode
The ID card number to be verified.
Letters in the encrypted strings are not case-sensitive.
This parameter is required.
example:83d8040d3cb2181e04****dc6ff5566d4493876a4a5da782887446356b0a787e
@NameInMap(value="InputNumber") public String inputNumber
The phone number to be verified.
Letters in the encrypted strings are not case-sensitive.
This parameter is required.
example:1390000****
@NameInMap(value="Mask") public String mask
The encryption method. Valid values:
This parameter is required.
example:MD5
@NameInMap(value="Name") public String name
The name to be verified.
Letters in the encrypted strings are not case-sensitive.
This parameter is required.
example:Aliyun
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static ThreeElementsVerificationRequest build(Map<String,?> map) throws Exception
Exceptionpublic ThreeElementsVerificationRequest setAuthCode(String authCode)
public String getAuthCode()
public ThreeElementsVerificationRequest setCertCode(String certCode)
public String getCertCode()
public ThreeElementsVerificationRequest setInputNumber(String inputNumber)
public String getInputNumber()
public ThreeElementsVerificationRequest setMask(String mask)
public String getMask()
public ThreeElementsVerificationRequest setName(String name)
public String getName()
public ThreeElementsVerificationRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ThreeElementsVerificationRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ThreeElementsVerificationRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2026. All rights reserved.