public class BatchCreateCustomerResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BatchCreateCustomerResponseBody.BatchCreateCustomerResponseBodyErrorResult |
| 限定符和类型 | 字段和说明 |
|---|---|
List<BatchCreateCustomerResponseBody.BatchCreateCustomerResponseBodyErrorResult> |
errorResult |
Boolean |
success |
| 构造器和说明 |
|---|
BatchCreateCustomerResponseBody() |
@NameInMap(value="errorResult") public List<BatchCreateCustomerResponseBody.BatchCreateCustomerResponseBodyErrorResult> errorResult
@NameInMap(value="success") public Boolean success
public static BatchCreateCustomerResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic BatchCreateCustomerResponseBody setErrorResult(List<BatchCreateCustomerResponseBody.BatchCreateCustomerResponseBodyErrorResult> errorResult)
public List<BatchCreateCustomerResponseBody.BatchCreateCustomerResponseBodyErrorResult> getErrorResult()
public BatchCreateCustomerResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.