Interface TotalInvitationsAcceptedByTimelineRequest.TotalByTimeLineFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getEventId()
      sports event id
      long getEventIds​(int index)
      repeated uint64 event_ids = 3 [json_name = "eventIds"];
      int getEventIdsCount()
      repeated uint64 event_ids = 3 [json_name = "eventIds"];
      java.util.List<java.lang.Long> getEventIdsList()
      repeated uint64 event_ids = 3 [json_name = "eventIds"];
      Period getPeriod()
      period
      boolean getSummaryCount()
      bool summary_count = 4 [json_name = "summaryCount"];
      boolean hasPeriod()
      period
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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 id
         
        uint64 event_id = 2 [json_name = "eventId"];
        Returns:
        The eventId.
      • getEventIdsList

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

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

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

        boolean getSummaryCount()
        bool summary_count = 4 [json_name = "summaryCount"];
        Returns:
        The summaryCount.