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