Class EventContextResponse


  • public class EventContextResponse
    extends Object
    Event context.
    • Field Detail

      • start

        private String start
        Pagination token for the start of the chunk.
      • end

        private String end
        Pagination token for the end of the chunk.
      • profileInfo

        private Map<String,​Profile> profileInfo
        The historic profile information of the users that sent the events returned.

        The string key is the user ID for which the profile belongs to.

      • eventsBefore

        private List<Event> eventsBefore
        Events just before the result.
      • eventsAfter

        private List<Event> eventsAfter
        Events just after the result.
    • Constructor Detail

      • EventContextResponse

        public EventContextResponse()
    • Method Detail

      • getStart

        public String getStart()
      • setStart

        public void setStart​(String start)
      • getEnd

        public String getEnd()
      • setEnd

        public void setEnd​(String end)
      • setProfileInfo

        public void setProfileInfo​(Map<String,​Profile> profileInfo)
      • getEventsBefore

        public List<Event> getEventsBefore()
      • setEventsBefore

        public void setEventsBefore​(List<Event> eventsBefore)
      • getEventsAfter

        public List<Event> getEventsAfter()
      • setEventsAfter

        public void setEventsAfter​(List<Event> eventsAfter)