Class EventContext


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

      • beforeLimit

        private Long beforeLimit
        How many events before the result are returned.
      • afterLimit

        private Long afterLimit
        How many events after the result are returned.
      • includeProfile

        private Boolean includeProfile
        Requests that the server returns the historic profile information for the users that sent the events that were returned.
    • Constructor Detail

      • EventContext

        public EventContext()
    • Method Detail

      • getBeforeLimit

        public Long getBeforeLimit()
      • setBeforeLimit

        public void setBeforeLimit​(Long beforeLimit)
      • getAfterLimit

        public Long getAfterLimit()
      • setAfterLimit

        public void setAfterLimit​(Long afterLimit)
      • getIncludeProfile

        public Boolean getIncludeProfile()
      • setIncludeProfile

        public void setIncludeProfile​(Boolean includeProfile)