Class EventsSummaryQuery

  • All Implemented Interfaces:
    java.lang.Comparable<SearchQuery>

    public class EventsSummaryQuery
    extends SearchQuery
    Search for multiple Events.
    • Constructor Detail

      • EventsSummaryQuery

        public EventsSummaryQuery​(ProductIndexQuery query)
        Construct an EventsSummaryQuery.
        Parameters:
        query - ProductIndexQuery
    • Method Detail

      • getResult

        public java.util.List<EventSummary> getResult()
        Description copied from class: SearchQuery
        Get the result associated with a specific query type.
        Specified by:
        getResult in class SearchQuery
        Returns:
        the result, or null if the search has not yet executed.
      • setResult

        public void setResult​(java.util.List<EventSummary> events)
        Parameters:
        events - list of EventSummarys to set as result