public static class ThreeElementsVerificationResponseBody.ThreeElementsVerificationResponseBodyData
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
basicCarrier
The basic carrier.
|
Integer |
isConsistent
Indicates whether the specified name, phone number, and ID card number belong to the same user.
|
构造器和说明 |
---|
ThreeElementsVerificationResponseBodyData() |
@NameInMap(value="BasicCarrier") public String basicCarrier
The basic carrier. Valid values:
* **China Mobile**
* **China Unicom**
* **China Telecom**
@NameInMap(value="IsConsistent") public Integer isConsistent
Indicates whether the specified name, phone number, and ID card number belong to the same user. Valid values:
* **1**: The specified name, phone number, and ID card number belong to the same user.
* **0**: The specified name, phone number, and ID card number do not belong to the same user.
* **2**: The specified name, phone number, and ID card number cannot be found.
**Note** The phone number registration data of a user is usually updated one or three days after registration. The registration data can be queried only after the update. The following table shows the verification results under different phone number states.
|Carrier/Phone number state|Out-of-service|Nonexistent|Canceled|
|---|---|---|---|
|China Mobile|Verifications can be carried out normally.|The specified name, phone number, and ID card number cannot be found.|The specified name, phone number, and ID card number cannot be found.|
|China Unicom|Verifications can be carried out normally.|The specified name, phone number, and ID card number do not belong to the same user.|The specified name, phone number, and ID card number do not belong to the same user.|
|China Telecom|Verifications can be carried out normally.|The specified name, phone number, and ID card number cannot be found.|The specified name, phone number, and ID card number cannot be found.|
public ThreeElementsVerificationResponseBodyData()
public static ThreeElementsVerificationResponseBody.ThreeElementsVerificationResponseBodyData build(Map<String,?> map) throws Exception
Exception
public ThreeElementsVerificationResponseBody.ThreeElementsVerificationResponseBodyData setBasicCarrier(String basicCarrier)
public String getBasicCarrier()
public ThreeElementsVerificationResponseBody.ThreeElementsVerificationResponseBodyData setIsConsistent(Integer isConsistent)
public Integer getIsConsistent()
Copyright © 2024. All rights reserved.