Interface DashboardRequestFilterOrBuilder

    • Method Detail

      • hasPeriod

        boolean hasPeriod()
         period
         
        .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];
        Returns:
        Whether the period field is set.
      • getPeriod

        Period getPeriod()
         period
         
        .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];
        Returns:
        The period.
      • getEventId

        long getEventId()
         sports event ids
         
        uint64 event_id = 2 [json_name = "eventId"];
        Returns:
        The eventId.
      • hasLivePeriod

        boolean hasLivePeriod()
         period
         
        .streamlayer.analytics.v1.common.Period live_period = 3 [json_name = "livePeriod"];
        Returns:
        Whether the livePeriod field is set.
      • getLivePeriod

        Period getLivePeriod()
         period
         
        .streamlayer.analytics.v1.common.Period live_period = 3 [json_name = "livePeriod"];
        Returns:
        The livePeriod.
      • getEventIdsList

        java.util.List<java.lang.Long> getEventIdsList()
        repeated uint64 event_ids = 4 [json_name = "eventIds"];
        Returns:
        A list containing the eventIds.
      • getEventIdsCount

        int getEventIdsCount()
        repeated uint64 event_ids = 4 [json_name = "eventIds"];
        Returns:
        The count of eventIds.
      • getEventIds

        long getEventIds​(int index)
        repeated uint64 event_ids = 4 [json_name = "eventIds"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The eventIds at the given index.