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