public class GetEventResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetEventResponseBody.GetEventResponseBodyAttendees |
static class |
GetEventResponseBody.GetEventResponseBodyEnd |
static class |
GetEventResponseBody.GetEventResponseBodyLocation |
static class |
GetEventResponseBody.GetEventResponseBodyOnlineMeetingInfo |
static class |
GetEventResponseBody.GetEventResponseBodyOrganizer |
static class |
GetEventResponseBody.GetEventResponseBodyRecurrence |
static class |
GetEventResponseBody.GetEventResponseBodyRecurrencePattern |
static class |
GetEventResponseBody.GetEventResponseBodyRecurrenceRange |
static class |
GetEventResponseBody.GetEventResponseBodyReminders |
static class |
GetEventResponseBody.GetEventResponseBodyStart |
| 构造器和说明 |
|---|
GetEventResponseBody() |
@NameInMap(value="id") public String id
@NameInMap(value="summary") public String summary
@NameInMap(value="description") public String description
@NameInMap(value="status") public String status
@NameInMap(value="start") public GetEventResponseBody.GetEventResponseBodyStart start
@NameInMap(value="end") public GetEventResponseBody.GetEventResponseBodyEnd end
@NameInMap(value="isAllDay") public Boolean isAllDay
@NameInMap(value="recurrence") public GetEventResponseBody.GetEventResponseBodyRecurrence recurrence
@NameInMap(value="attendees") public List<GetEventResponseBody.GetEventResponseBodyAttendees> attendees
@NameInMap(value="organizer") public GetEventResponseBody.GetEventResponseBodyOrganizer organizer
@NameInMap(value="location") public GetEventResponseBody.GetEventResponseBodyLocation location
@NameInMap(value="seriesMasterId") public String seriesMasterId
@NameInMap(value="createTime") public String createTime
@NameInMap(value="updateTime") public String updateTime
@NameInMap(value="reminders") public List<GetEventResponseBody.GetEventResponseBodyReminders> reminders
@NameInMap(value="onlineMeetingInfo") public GetEventResponseBody.GetEventResponseBodyOnlineMeetingInfo onlineMeetingInfo
public static GetEventResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetEventResponseBody setId(String id)
public String getId()
public GetEventResponseBody setSummary(String summary)
public String getSummary()
public GetEventResponseBody setDescription(String description)
public String getDescription()
public GetEventResponseBody setStatus(String status)
public String getStatus()
public GetEventResponseBody setStart(GetEventResponseBody.GetEventResponseBodyStart start)
public GetEventResponseBody.GetEventResponseBodyStart getStart()
public GetEventResponseBody setEnd(GetEventResponseBody.GetEventResponseBodyEnd end)
public GetEventResponseBody.GetEventResponseBodyEnd getEnd()
public GetEventResponseBody setIsAllDay(Boolean isAllDay)
public Boolean getIsAllDay()
public GetEventResponseBody setRecurrence(GetEventResponseBody.GetEventResponseBodyRecurrence recurrence)
public GetEventResponseBody.GetEventResponseBodyRecurrence getRecurrence()
public GetEventResponseBody setAttendees(List<GetEventResponseBody.GetEventResponseBodyAttendees> attendees)
public List<GetEventResponseBody.GetEventResponseBodyAttendees> getAttendees()
public GetEventResponseBody setOrganizer(GetEventResponseBody.GetEventResponseBodyOrganizer organizer)
public GetEventResponseBody.GetEventResponseBodyOrganizer getOrganizer()
public GetEventResponseBody setLocation(GetEventResponseBody.GetEventResponseBodyLocation location)
public GetEventResponseBody.GetEventResponseBodyLocation getLocation()
public GetEventResponseBody setSeriesMasterId(String seriesMasterId)
public String getSeriesMasterId()
public GetEventResponseBody setCreateTime(String createTime)
public String getCreateTime()
public GetEventResponseBody setUpdateTime(String updateTime)
public String getUpdateTime()
public GetEventResponseBody setReminders(List<GetEventResponseBody.GetEventResponseBodyReminders> reminders)
public List<GetEventResponseBody.GetEventResponseBodyReminders> getReminders()
public GetEventResponseBody setOnlineMeetingInfo(GetEventResponseBody.GetEventResponseBodyOnlineMeetingInfo onlineMeetingInfo)
public GetEventResponseBody.GetEventResponseBodyOnlineMeetingInfo getOnlineMeetingInfo()
Copyright © 2021. All rights reserved.