public class ThreeElementsVerificationResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ThreeElementsVerificationResponseBody.ThreeElementsVerificationResponseBodyData |
限定符和类型 | 字段和说明 |
---|---|
String |
code
The response code.
|
ThreeElementsVerificationResponseBody.ThreeElementsVerificationResponseBodyData |
data
The response parameters.
|
String |
message
The returned message.
|
String |
requestId
The request ID.
|
构造器和说明 |
---|
ThreeElementsVerificationResponseBody() |
@NameInMap(value="Code") public String code
The response code.
* **OK**: The request is successful.
* For more information, see Error codes in this documentation.
* **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.
@NameInMap(value="Data") public ThreeElementsVerificationResponseBody.ThreeElementsVerificationResponseBodyData data
The response parameters.
@NameInMap(value="Message") public String message
The returned message.
@NameInMap(value="RequestId") public String requestId
The request ID.
public static ThreeElementsVerificationResponseBody build(Map<String,?> map) throws Exception
Exception
public ThreeElementsVerificationResponseBody setCode(String code)
public String getCode()
public ThreeElementsVerificationResponseBody setData(ThreeElementsVerificationResponseBody.ThreeElementsVerificationResponseBodyData data)
public ThreeElementsVerificationResponseBody.ThreeElementsVerificationResponseBodyData getData()
public ThreeElementsVerificationResponseBody setMessage(String message)
public String getMessage()
public ThreeElementsVerificationResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.