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