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