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