public class GetEventResponseBody
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetEventResponseBody() |
@NameInMap(value="attendees") public List<GetEventResponseBody.GetEventResponseBodyAttendees> attendees
@NameInMap(value="cardInstances") public List<GetEventResponseBody.GetEventResponseBodyCardInstances> cardInstances
@NameInMap(value="categories") public List<GetEventResponseBody.GetEventResponseBodyCategories> categories
@NameInMap(value="createTime") public String createTime
Use the UTC time format: yyyy-MM-ddTHH:mmZ
@NameInMap(value="description") public String description
@NameInMap(value="end") public GetEventResponseBody.GetEventResponseBodyEnd end
@NameInMap(value="extendedProperties") public GetEventResponseBody.GetEventResponseBodyExtendedProperties extendedProperties
@NameInMap(value="id") public String id
@NameInMap(value="isAllDay") public Boolean isAllDay
@NameInMap(value="location") public GetEventResponseBody.GetEventResponseBodyLocation location
@NameInMap(value="meetingRooms") public List<GetEventResponseBody.GetEventResponseBodyMeetingRooms> meetingRooms
@NameInMap(value="onlineMeetingInfo") public GetEventResponseBody.GetEventResponseBodyOnlineMeetingInfo onlineMeetingInfo
@NameInMap(value="organizer") public GetEventResponseBody.GetEventResponseBodyOrganizer organizer
@NameInMap(value="originStart") public GetEventResponseBody.GetEventResponseBodyOriginStart originStart
@NameInMap(value="recurrence") public GetEventResponseBody.GetEventResponseBodyRecurrence recurrence
@NameInMap(value="reminders") public List<GetEventResponseBody.GetEventResponseBodyReminders> reminders
@NameInMap(value="richTextDescription") public GetEventResponseBody.GetEventResponseBodyRichTextDescription richTextDescription
@NameInMap(value="seriesMasterId") public String seriesMasterId
@NameInMap(value="start") public GetEventResponseBody.GetEventResponseBodyStart start
@NameInMap(value="status") public String status
This parameter is required.
example:已取消、删除的日程是cancelled
@NameInMap(value="summary") public String summary
@NameInMap(value="uiConfigs") public List<GetEventResponseBody.GetEventResponseBodyUiConfigs> uiConfigs
@NameInMap(value="updateTime") public String updateTime
Use the UTC time format: yyyy-MM-ddTHH:mmZ
public static GetEventResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetEventResponseBody setAttendees(List<GetEventResponseBody.GetEventResponseBodyAttendees> attendees)
public List<GetEventResponseBody.GetEventResponseBodyAttendees> getAttendees()
public GetEventResponseBody setCardInstances(List<GetEventResponseBody.GetEventResponseBodyCardInstances> cardInstances)
public List<GetEventResponseBody.GetEventResponseBodyCardInstances> getCardInstances()
public GetEventResponseBody setCategories(List<GetEventResponseBody.GetEventResponseBodyCategories> categories)
public List<GetEventResponseBody.GetEventResponseBodyCategories> getCategories()
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 setExtendedProperties(GetEventResponseBody.GetEventResponseBodyExtendedProperties extendedProperties)
public GetEventResponseBody.GetEventResponseBodyExtendedProperties getExtendedProperties()
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 setMeetingRooms(List<GetEventResponseBody.GetEventResponseBodyMeetingRooms> meetingRooms)
public List<GetEventResponseBody.GetEventResponseBodyMeetingRooms> getMeetingRooms()
public GetEventResponseBody setOnlineMeetingInfo(GetEventResponseBody.GetEventResponseBodyOnlineMeetingInfo onlineMeetingInfo)
public GetEventResponseBody.GetEventResponseBodyOnlineMeetingInfo getOnlineMeetingInfo()
public GetEventResponseBody setOrganizer(GetEventResponseBody.GetEventResponseBodyOrganizer organizer)
public GetEventResponseBody.GetEventResponseBodyOrganizer getOrganizer()
public GetEventResponseBody setOriginStart(GetEventResponseBody.GetEventResponseBodyOriginStart originStart)
public GetEventResponseBody.GetEventResponseBodyOriginStart getOriginStart()
public GetEventResponseBody setRecurrence(GetEventResponseBody.GetEventResponseBodyRecurrence recurrence)
public GetEventResponseBody.GetEventResponseBodyRecurrence getRecurrence()
public GetEventResponseBody setReminders(List<GetEventResponseBody.GetEventResponseBodyReminders> reminders)
public List<GetEventResponseBody.GetEventResponseBodyReminders> getReminders()
public GetEventResponseBody setRichTextDescription(GetEventResponseBody.GetEventResponseBodyRichTextDescription richTextDescription)
public GetEventResponseBody.GetEventResponseBodyRichTextDescription getRichTextDescription()
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 setUiConfigs(List<GetEventResponseBody.GetEventResponseBodyUiConfigs> uiConfigs)
public List<GetEventResponseBody.GetEventResponseBodyUiConfigs> getUiConfigs()
public GetEventResponseBody setUpdateTime(String updateTime)
public String getUpdateTime()
Copyright © 2025. All rights reserved.