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