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 |
getProfileId()
Retrieve the profileId passed along with the request.
|
String |
getSessionId()
Retrieve the sessionId passed along with the request.
|
void |
setEvents(List<Event> events) |
void |
setProfileId(String profileId)
Sets the profileId in the request.
|
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 sessionpublic String getProfileId()
public void setProfileId(String profileId)
profileId
- an unique identifier for the profileCopyright © 2014–2023 Apache Software Foundation. All rights reserved.