Interface TotalPollsRequest.TotalRequestFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getCountUnique()
      for counting statistics, unique by device id
      long getEventIds​(int index)
      sports events id
      int getEventIdsCount()
      sports events id
      java.util.List<java.lang.Long> getEventIdsList()
      sports events id
      Kind getKinds​(int index)
      kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
      int getKindsCount()
      kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
      java.util.List<Kind> getKindsList()
      kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
      int getKindsValue​(int index)
      kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
      java.util.List<java.lang.Integer> getKindsValueList()
      kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
      Period getPeriod()
      period
      java.lang.String getTopicIds​(int index)
      question id
      com.google.protobuf.ByteString getTopicIdsBytes​(int index)
      question id
      int getTopicIdsCount()
      question id
      java.util.List<java.lang.String> getTopicIdsList()
      question id
      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.
      • getEventIdsList

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

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

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

        java.util.List<java.lang.String> getTopicIdsList()
         question id
         
        repeated string topic_ids = 3 [json_name = "topicIds"];
        Returns:
        A list containing the topicIds.
      • getTopicIdsCount

        int getTopicIdsCount()
         question id
         
        repeated string topic_ids = 3 [json_name = "topicIds"];
        Returns:
        The count of topicIds.
      • getTopicIds

        java.lang.String getTopicIds​(int index)
         question id
         
        repeated string topic_ids = 3 [json_name = "topicIds"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The topicIds at the given index.
      • getTopicIdsBytes

        com.google.protobuf.ByteString getTopicIdsBytes​(int index)
         question id
         
        repeated string topic_ids = 3 [json_name = "topicIds"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The topicIds at the given index.
      • getKindsList

        java.util.List<Kind> getKindsList()
         kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
         
        repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];
        Returns:
        A list containing the kinds.
      • getKindsCount

        int getKindsCount()
         kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
         
        repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];
        Returns:
        The count of kinds.
      • getKinds

        Kind getKinds​(int index)
         kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
         
        repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The kinds at the given index.
      • getKindsValueList

        java.util.List<java.lang.Integer> getKindsValueList()
         kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
         
        repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];
        Returns:
        A list containing the enum numeric values on the wire for kinds.
      • getKindsValue

        int getKindsValue​(int index)
         kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
         
        repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of kinds at the given index.
      • getCountUnique

        boolean getCountUnique()
         for counting statistics, unique by device id
         
        bool count_unique = 5 [json_name = "countUnique"];
        Returns:
        The countUnique.