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