public static class DescribePhoneTwiceTelVerifyResponseBody.DescribePhoneTwiceTelVerifyResponseBodyData
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
carrier
The carrier.
|
String |
verifyResult
The result of the request.
|
构造器和说明 |
---|
DescribePhoneTwiceTelVerifyResponseBodyData() |
@NameInMap(value="Carrier") public String carrier
The carrier. Valid values:
* **CMCC**: China Mobile
* **CUCC**: China Unicom
* **CTCC**: China Telecom
> The returned result indicates the carrier who assigns the phone number. If the phone number involves mobile number portability, the carrier after mobile number portability is returned.
@NameInMap(value="VerifyResult") public String verifyResult
The result of the request. Valid values:
* **0**: It is unable to judge whether the phone number is a reassigned number.
* **1**: The phone number is a reassigned number.
* **2**: The phone number is not a reassigned number.
* **3**: The phone number has been canceled.
public DescribePhoneTwiceTelVerifyResponseBodyData()
public static DescribePhoneTwiceTelVerifyResponseBody.DescribePhoneTwiceTelVerifyResponseBodyData build(Map<String,?> map) throws Exception
Exception
public DescribePhoneTwiceTelVerifyResponseBody.DescribePhoneTwiceTelVerifyResponseBodyData setCarrier(String carrier)
public String getCarrier()
public DescribePhoneTwiceTelVerifyResponseBody.DescribePhoneTwiceTelVerifyResponseBodyData setVerifyResult(String verifyResult)
public String getVerifyResult()
Copyright © 2024. All rights reserved.