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