public class ListEventsViewByMeResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<ListEventsViewByMeResponseBody.ListEventsViewByMeResponseBodyEvents> |
events |
String |
nextToken |
| 构造器和说明 |
|---|
ListEventsViewByMeResponseBody() |
@NameInMap(value="events") public List<ListEventsViewByMeResponseBody.ListEventsViewByMeResponseBodyEvents> events
@NameInMap(value="nextToken") public String nextToken
public static ListEventsViewByMeResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListEventsViewByMeResponseBody setEvents(List<ListEventsViewByMeResponseBody.ListEventsViewByMeResponseBodyEvents> events)
public List<ListEventsViewByMeResponseBody.ListEventsViewByMeResponseBodyEvents> getEvents()
public ListEventsViewByMeResponseBody setNextToken(String nextToken)
public String getNextToken()
Copyright © 2025. All rights reserved.