Interface PollsStatsByTimeLineRequestFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AggPeriod getAggPeriod()
      .streamlayer.analytics.v2.studio.AggPeriod agg_period = 5 [json_name = "aggPeriod"];
      int getAggPeriodValue()
      .streamlayer.analytics.v2.studio.AggPeriod agg_period = 5 [json_name = "aggPeriod"];
      java.lang.String getCountries​(int index)
      repeated string countries = 3 [json_name = "countries"];
      com.google.protobuf.ByteString getCountriesBytes​(int index)
      repeated string countries = 3 [json_name = "countries"];
      int getCountriesCount()
      repeated string countries = 3 [json_name = "countries"];
      java.util.List<java.lang.String> getCountriesList()
      repeated string countries = 3 [json_name = "countries"];
      long getEventId()
      uint64 event_id = 2 [json_name = "eventId"];
      java.lang.String getOrganizationId()
      optional string organization_id = 1 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      optional string organization_id = 1 [json_name = "organizationId"];
      Period getPeriod()
      dafault now() - interval 1H
      TopicType getTopicType()
      optional .streamlayer.analytics.v1.common.TopicType topic_type = 6 [json_name = "topicType"];
      int getTopicTypeValue()
      optional .streamlayer.analytics.v1.common.TopicType topic_type = 6 [json_name = "topicType"];
      java.lang.String getTz()
      'America/New_York'
      com.google.protobuf.ByteString getTzBytes()
      'America/New_York'
      boolean hasOrganizationId()
      optional string organization_id = 1 [json_name = "organizationId"];
      boolean hasPeriod()
      dafault now() - interval 1H
      boolean hasTopicType()
      optional .streamlayer.analytics.v1.common.TopicType topic_type = 6 [json_name = "topicType"];
      boolean hasTz()
      'America/New_York'
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasOrganizationId

        boolean hasOrganizationId()
        optional string organization_id = 1 [json_name = "organizationId"];
        Returns:
        Whether the organizationId field is set.
      • getOrganizationId

        java.lang.String getOrganizationId()
        optional string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        com.google.protobuf.ByteString getOrganizationIdBytes()
        optional string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The bytes for organizationId.
      • getEventId

        long getEventId()
        uint64 event_id = 2 [json_name = "eventId"];
        Returns:
        The eventId.
      • getCountriesList

        java.util.List<java.lang.String> getCountriesList()
        repeated string countries = 3 [json_name = "countries"];
        Returns:
        A list containing the countries.
      • getCountriesCount

        int getCountriesCount()
        repeated string countries = 3 [json_name = "countries"];
        Returns:
        The count of countries.
      • getCountries

        java.lang.String getCountries​(int index)
        repeated string countries = 3 [json_name = "countries"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The countries at the given index.
      • getCountriesBytes

        com.google.protobuf.ByteString getCountriesBytes​(int index)
        repeated string countries = 3 [json_name = "countries"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The countries at the given index.
      • hasPeriod

        boolean hasPeriod()
         dafault now() - interval 1H
         
        optional .streamlayer.analytics.v1.common.Period period = 4 [json_name = "period"];
        Returns:
        Whether the period field is set.
      • getPeriod

        Period getPeriod()
         dafault now() - interval 1H
         
        optional .streamlayer.analytics.v1.common.Period period = 4 [json_name = "period"];
        Returns:
        The period.
      • getAggPeriodValue

        int getAggPeriodValue()
        .streamlayer.analytics.v2.studio.AggPeriod agg_period = 5 [json_name = "aggPeriod"];
        Returns:
        The enum numeric value on the wire for aggPeriod.
      • getAggPeriod

        AggPeriod getAggPeriod()
        .streamlayer.analytics.v2.studio.AggPeriod agg_period = 5 [json_name = "aggPeriod"];
        Returns:
        The aggPeriod.
      • hasTopicType

        boolean hasTopicType()
        optional .streamlayer.analytics.v1.common.TopicType topic_type = 6 [json_name = "topicType"];
        Returns:
        Whether the topicType field is set.
      • getTopicTypeValue

        int getTopicTypeValue()
        optional .streamlayer.analytics.v1.common.TopicType topic_type = 6 [json_name = "topicType"];
        Returns:
        The enum numeric value on the wire for topicType.
      • getTopicType

        TopicType getTopicType()
        optional .streamlayer.analytics.v1.common.TopicType topic_type = 6 [json_name = "topicType"];
        Returns:
        The topicType.
      • hasTz

        boolean hasTz()
         'America/New_York'
         
        optional string tz = 7 [json_name = "tz"];
        Returns:
        Whether the tz field is set.
      • getTz

        java.lang.String getTz()
         'America/New_York'
         
        optional string tz = 7 [json_name = "tz"];
        Returns:
        The tz.
      • getTzBytes

        com.google.protobuf.ByteString getTzBytes()
         'America/New_York'
         
        optional string tz = 7 [json_name = "tz"];
        Returns:
        The bytes for tz.