public class CheckMobilesCardSupportResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CheckMobilesCardSupportResponseBody.CheckMobilesCardSupportResponseBodyData |
static class |
CheckMobilesCardSupportResponseBody.CheckMobilesCardSupportResponseBodyDataQueryResult |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The HTTP status code.
|
CheckMobilesCardSupportResponseBody.CheckMobilesCardSupportResponseBodyData |
data
The data returned.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request is successful.
|
| 构造器和说明 |
|---|
CheckMobilesCardSupportResponseBody() |
@NameInMap(value="Code") public String code
The HTTP status code.
OK
@NameInMap(value="Data") public CheckMobilesCardSupportResponseBody.CheckMobilesCardSupportResponseBodyData data
The data returned.
@NameInMap(value="RequestId") public String requestId
The request ID.
example:819BE656-D2E0-4858-8B21-B2E477085AAF
@NameInMap(value="Success") public Boolean success
Indicates whether the request is successful. Valid values:
true
public static CheckMobilesCardSupportResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CheckMobilesCardSupportResponseBody setCode(String code)
public String getCode()
public CheckMobilesCardSupportResponseBody setData(CheckMobilesCardSupportResponseBody.CheckMobilesCardSupportResponseBodyData data)
public CheckMobilesCardSupportResponseBody.CheckMobilesCardSupportResponseBodyData getData()
public CheckMobilesCardSupportResponseBody setRequestId(String requestId)
public String getRequestId()
public CheckMobilesCardSupportResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.