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