public class GetCustomerAccountInfoResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
GetCustomerAccountInfoResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
| 构造器和说明 |
|---|
GetCustomerAccountInfoResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetCustomerAccountInfoResponse |
build(Map<String,?> map) |
GetCustomerAccountInfoResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
GetCustomerAccountInfoResponse |
setBody(GetCustomerAccountInfoResponseBody body) |
GetCustomerAccountInfoResponse |
setHeaders(Map<String,String> headers) |
GetCustomerAccountInfoResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") @Validation(required=true) public Integer statusCode
@NameInMap(value="body") @Validation(required=true) public GetCustomerAccountInfoResponseBody body
public static GetCustomerAccountInfoResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetCustomerAccountInfoResponse setHeaders(Map<String,String> headers)
public GetCustomerAccountInfoResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public GetCustomerAccountInfoResponse setBody(GetCustomerAccountInfoResponseBody body)
public GetCustomerAccountInfoResponseBody getBody()
Copyright © 2022. All rights reserved.