public class DescribePhoneTwiceTelVerifyResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribePhoneTwiceTelVerifyResponseBody.DescribePhoneTwiceTelVerifyResponseBodyData |
限定符和类型 | 字段和说明 |
---|---|
String |
code
The response code.
|
DescribePhoneTwiceTelVerifyResponseBody.DescribePhoneTwiceTelVerifyResponseBodyData |
data
The response parameters.
|
String |
message
The returned message.
|
String |
requestId
The unique request ID.
|
构造器和说明 |
---|
DescribePhoneTwiceTelVerifyResponseBody() |
@NameInMap(value="Code") public String code
The response code. Valid values:
* **OK**: The request is successful.
* **PortabilityNumberNotSupported**: The phone number that is involved in mobile number portability is not supported.
* **RequestNumberNotSupported**: You are not allowed to query phone numbers assigned by China Broadnet (that is, phone numbers start with 192) and phone numbers assigned by virtual network operators (VNOs).
* **RequestFrequencyLimit**: Repeated queries for the same phone number at a high frequency within a short period of time are prohibited due to restrictions that are set by carriers. If this error code is returned, please try again later.
> You are charged for phone number verifications if the value of Code is OK and the value of VerifyResult is not 0. For more information, see [Pricing](https://help.aliyun.com/document_detail/154751.html).
@NameInMap(value="Data") public DescribePhoneTwiceTelVerifyResponseBody.DescribePhoneTwiceTelVerifyResponseBodyData data
The response parameters.
@NameInMap(value="Message") public String message
The returned message.
@NameInMap(value="RequestId") public String requestId
The unique request ID. It is a common parameter and can be used to troubleshoot and locate issues.
public static DescribePhoneTwiceTelVerifyResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribePhoneTwiceTelVerifyResponseBody setCode(String code)
public String getCode()
public DescribePhoneTwiceTelVerifyResponseBody setData(DescribePhoneTwiceTelVerifyResponseBody.DescribePhoneTwiceTelVerifyResponseBodyData data)
public DescribePhoneTwiceTelVerifyResponseBody.DescribePhoneTwiceTelVerifyResponseBodyData getData()
public DescribePhoneTwiceTelVerifyResponseBody setMessage(String message)
public String getMessage()
public DescribePhoneTwiceTelVerifyResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.