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