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