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