Uses of Class
com.cloudera.cdp.dw.model.EventResponse
Packages that use EventResponse
-
Uses of EventResponse in com.cloudera.cdp.dw.model
Methods in com.cloudera.cdp.dw.model that return types with arguments of type EventResponseModifier and TypeMethodDescriptionListDbcEventsResponse.getEvents()
Getter for events.ListVwEventsResponse.getEvents()
Getter for events.Method parameters in com.cloudera.cdp.dw.model with type arguments of type EventResponseModifier and TypeMethodDescriptionvoid
ListDbcEventsResponse.setEvents
(List<EventResponse> events) Setter for events.void
ListVwEventsResponse.setEvents
(List<EventResponse> events) Setter for events.