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