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