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