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