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