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