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