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