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