public class EventsCollectorRequest extends Object
Constructor and Description |
---|
EventsCollectorRequest() |
Modifier and Type | Method and Description |
---|---|
List<Event> |
getEvents()
Retrieves the events to be processed.
|
String |
getSessionId()
Retrieve the sessionId passed along with the request.
|
void |
setEvents(List<Event> events) |
void |
setSessionId(String sessionId)
Sets the sessionId in the request.
|
public List<Event> getEvents()
public String getSessionId()
public void setSessionId(String sessionId)
sessionId
- an unique identifier for the sessionCopyright © 2014–2022 Apache Software Foundation. All rights reserved.