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