Class EventsDto
-
- All Implemented Interfaces:
public final class EventsDtoCreated By Ibrahim Al-Tamimi Created At 04 4:15 PM, Tue, January 2022 Project travako arkitik.io
-
-
Field Summary
Fields Modifier and Type Field Description private final List<EventDataDto>events
-
Constructor Summary
Constructors Constructor Description EventsDto(List<EventDataDto> events)
-
Method Summary
Modifier and Type Method Description final List<EventDataDto>getEvents()-
-
Constructor Detail
-
EventsDto
EventsDto(List<EventDataDto> events)
-
-
Method Detail
-
getEvents
final List<EventDataDto> getEvents()
-
-
-
-