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="attendees") public List<GetEventResponseBody.GetEventResponseBodyAttendees> attendees
@NameInMap(value="createTime") public String createTime
@NameInMap(value="description") public String description
@NameInMap(value="end") public GetEventResponseBody.GetEventResponseBodyEnd end
@NameInMap(value="id") public String id
@NameInMap(value="isAllDay") public Boolean isAllDay
@NameInMap(value="location") public GetEventResponseBody.GetEventResponseBodyLocation location
@NameInMap(value="onlineMeetingInfo") public GetEventResponseBody.GetEventResponseBodyOnlineMeetingInfo onlineMeetingInfo
@NameInMap(value="organizer") public GetEventResponseBody.GetEventResponseBodyOrganizer organizer
@NameInMap(value="recurrence") public GetEventResponseBody.GetEventResponseBodyRecurrence recurrence
@NameInMap(value="reminders") public List<GetEventResponseBody.GetEventResponseBodyReminders> reminders
@NameInMap(value="seriesMasterId") public String seriesMasterId
@NameInMap(value="start") public GetEventResponseBody.GetEventResponseBodyStart start
@NameInMap(value="status") public String status
@NameInMap(value="summary") public String summary
@NameInMap(value="updateTime") public String updateTime
public static GetEventResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetEventResponseBody setAttendees(List<GetEventResponseBody.GetEventResponseBodyAttendees> attendees)
public List<GetEventResponseBody.GetEventResponseBodyAttendees> getAttendees()
public GetEventResponseBody setCreateTime(String createTime)
public String getCreateTime()
public GetEventResponseBody setDescription(String description)
public String getDescription()
public GetEventResponseBody setEnd(GetEventResponseBody.GetEventResponseBodyEnd end)
public GetEventResponseBody.GetEventResponseBodyEnd getEnd()
public GetEventResponseBody setId(String id)
public String getId()
public GetEventResponseBody setIsAllDay(Boolean isAllDay)
public Boolean getIsAllDay()
public GetEventResponseBody setLocation(GetEventResponseBody.GetEventResponseBodyLocation location)
public GetEventResponseBody.GetEventResponseBodyLocation getLocation()
public GetEventResponseBody setOnlineMeetingInfo(GetEventResponseBody.GetEventResponseBodyOnlineMeetingInfo onlineMeetingInfo)
public GetEventResponseBody.GetEventResponseBodyOnlineMeetingInfo getOnlineMeetingInfo()
public GetEventResponseBody setOrganizer(GetEventResponseBody.GetEventResponseBodyOrganizer organizer)
public GetEventResponseBody.GetEventResponseBodyOrganizer getOrganizer()
public GetEventResponseBody setRecurrence(GetEventResponseBody.GetEventResponseBodyRecurrence recurrence)
public GetEventResponseBody.GetEventResponseBodyRecurrence getRecurrence()
public GetEventResponseBody setReminders(List<GetEventResponseBody.GetEventResponseBodyReminders> reminders)
public List<GetEventResponseBody.GetEventResponseBodyReminders> getReminders()
public GetEventResponseBody setSeriesMasterId(String seriesMasterId)
public String getSeriesMasterId()
public GetEventResponseBody setStart(GetEventResponseBody.GetEventResponseBodyStart start)
public GetEventResponseBody.GetEventResponseBodyStart getStart()
public GetEventResponseBody setStatus(String status)
public String getStatus()
public GetEventResponseBody setSummary(String summary)
public String getSummary()
public GetEventResponseBody setUpdateTime(String updateTime)
public String getUpdateTime()
Copyright © 2022. All rights reserved.