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