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