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