public class GetMobileResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetMobileResponseBody.GetMobileResponseBodyGetMobileResultDTO |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code |
GetMobileResponseBody.GetMobileResponseBodyGetMobileResultDTO |
getMobileResultDTO |
String |
message |
String |
requestId |
| 构造器和说明 |
|---|
GetMobileResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetMobileResponseBody |
build(Map<String,?> map) |
String |
getCode() |
GetMobileResponseBody.GetMobileResponseBodyGetMobileResultDTO |
getGetMobileResultDTO() |
String |
getMessage() |
String |
getRequestId() |
GetMobileResponseBody |
setCode(String code) |
GetMobileResponseBody |
setGetMobileResultDTO(GetMobileResponseBody.GetMobileResponseBodyGetMobileResultDTO getMobileResultDTO) |
GetMobileResponseBody |
setMessage(String message) |
GetMobileResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Code") public String code
@NameInMap(value="GetMobileResultDTO") public GetMobileResponseBody.GetMobileResponseBodyGetMobileResultDTO getMobileResultDTO
@NameInMap(value="Message") public String message
@NameInMap(value="RequestId") public String requestId
public static GetMobileResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetMobileResponseBody setCode(String code)
public String getCode()
public GetMobileResponseBody setGetMobileResultDTO(GetMobileResponseBody.GetMobileResponseBodyGetMobileResultDTO getMobileResultDTO)
public GetMobileResponseBody.GetMobileResponseBodyGetMobileResultDTO getGetMobileResultDTO()
public GetMobileResponseBody setMessage(String message)
public String getMessage()
public GetMobileResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2022. All rights reserved.