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