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