public class ListEventsViewByMeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
maxAttendees |
Integer |
maxResults |
String |
nextToken |
String |
timeMax
Use the UTC time format: yyyy-MM-ddTHH:mmZ
|
String |
timeMin
Use the UTC time format: yyyy-MM-ddTHH:mmZ
|
| 构造器和说明 |
|---|
ListEventsViewByMeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListEventsViewByMeRequest |
build(Map<String,?> map) |
Integer |
getMaxAttendees() |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getTimeMax() |
String |
getTimeMin() |
ListEventsViewByMeRequest |
setMaxAttendees(Integer maxAttendees) |
ListEventsViewByMeRequest |
setMaxResults(Integer maxResults) |
ListEventsViewByMeRequest |
setNextToken(String nextToken) |
ListEventsViewByMeRequest |
setTimeMax(String timeMax) |
ListEventsViewByMeRequest |
setTimeMin(String timeMin) |
@NameInMap(value="maxAttendees") public Integer maxAttendees
@NameInMap(value="maxResults") public Integer maxResults
@NameInMap(value="nextToken") public String nextToken
@NameInMap(value="timeMax") public String timeMax
Use the UTC time format: yyyy-MM-ddTHH:mmZ
@NameInMap(value="timeMin") public String timeMin
Use the UTC time format: yyyy-MM-ddTHH:mmZ
public static ListEventsViewByMeRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListEventsViewByMeRequest setMaxAttendees(Integer maxAttendees)
public Integer getMaxAttendees()
public ListEventsViewByMeRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListEventsViewByMeRequest setNextToken(String nextToken)
public String getNextToken()
public ListEventsViewByMeRequest setTimeMax(String timeMax)
public String getTimeMax()
public ListEventsViewByMeRequest setTimeMin(String timeMin)
public String getTimeMin()
Copyright © 2025. All rights reserved.