Interface GetEventsResult
- All Superinterfaces:
BaseResult
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCreatedByEntityInstance
(EntityInstanceTransfer createdByEntityInstance) void
setEntityInstance
(EntityInstanceTransfer entityInstance) void
setEventCount
(Long eventCount) void
setEvents
(List<EventTransfer> events)
-
Method Details
-
getEntityInstance
-
setEntityInstance
-
getCreatedByEntityInstance
-
setCreatedByEntityInstance
-
getEventCount
-
setEventCount
-
getEvents
-
setEvents
-