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