public class GetCustomerListResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetCustomerListResponseBody.GetCustomerListResponseBodyData |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code |
GetCustomerListResponseBody.GetCustomerListResponseBodyData |
data |
String |
message |
String |
requestId |
Boolean |
success |
| 构造器和说明 |
|---|
GetCustomerListResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetCustomerListResponseBody |
build(Map<String,?> map) |
String |
getCode() |
GetCustomerListResponseBody.GetCustomerListResponseBodyData |
getData() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
GetCustomerListResponseBody |
setCode(String code) |
GetCustomerListResponseBody |
setData(GetCustomerListResponseBody.GetCustomerListResponseBodyData data) |
GetCustomerListResponseBody |
setMessage(String message) |
GetCustomerListResponseBody |
setRequestId(String requestId) |
GetCustomerListResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public String code
@NameInMap(value="Data") public GetCustomerListResponseBody.GetCustomerListResponseBodyData data
@NameInMap(value="Message") public String message
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="Success") public Boolean success
public static GetCustomerListResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetCustomerListResponseBody setCode(String code)
public String getCode()
public GetCustomerListResponseBody setData(GetCustomerListResponseBody.GetCustomerListResponseBodyData data)
public GetCustomerListResponseBody.GetCustomerListResponseBodyData getData()
public GetCustomerListResponseBody setMessage(String message)
public String getMessage()
public GetCustomerListResponseBody setRequestId(String requestId)
public String getRequestId()
public GetCustomerListResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2022. All rights reserved.