Class StatsRequest.StatsRequestFilter.Builder

    • Method Detail

      • getTypeValue

        @Deprecated
        public int getTypeValue()
        Deprecated.
        streamlayer.interactive.question.StatsRequest.StatsRequestFilter.type is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=220
        .streamlayer.interactive.QuestionType type = 1 [json_name = "type", deprecated = true];
        Specified by:
        getTypeValue in interface StatsRequest.StatsRequestFilterOrBuilder
        Returns:
        The enum numeric value on the wire for type.
      • setTypeValue

        @Deprecated
        public StatsRequest.StatsRequestFilter.Builder setTypeValue​(int value)
        Deprecated.
        streamlayer.interactive.question.StatsRequest.StatsRequestFilter.type is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=220
        .streamlayer.interactive.QuestionType type = 1 [json_name = "type", deprecated = true];
        Parameters:
        value - The type to set.
        Returns:
        This builder for chaining.
      • getType

        @Deprecated
        public QuestionType getType()
        Deprecated.
        streamlayer.interactive.question.StatsRequest.StatsRequestFilter.type is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=220
        .streamlayer.interactive.QuestionType type = 1 [json_name = "type", deprecated = true];
        Specified by:
        getType in interface StatsRequest.StatsRequestFilterOrBuilder
        Returns:
        The type.
      • setType

        @Deprecated
        public StatsRequest.StatsRequestFilter.Builder setType​(QuestionType value)
        Deprecated.
        streamlayer.interactive.question.StatsRequest.StatsRequestFilter.type is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=220
        .streamlayer.interactive.QuestionType type = 1 [json_name = "type", deprecated = true];
        Parameters:
        value - The enum numeric value on the wire for type to set.
        Returns:
        This builder for chaining.
      • clearType

        @Deprecated
        public StatsRequest.StatsRequestFilter.Builder clearType()
        Deprecated.
        streamlayer.interactive.question.StatsRequest.StatsRequestFilter.type is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=220
        .streamlayer.interactive.QuestionType type = 1 [json_name = "type", deprecated = true];
        Returns:
        This builder for chaining.
      • getStatusValue

        @Deprecated
        public int getStatusValue()
        Deprecated.
        streamlayer.interactive.question.StatsRequest.StatsRequestFilter.status is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=221
        .streamlayer.interactive.QuestionStatus status = 2 [json_name = "status", deprecated = true];
        Specified by:
        getStatusValue in interface StatsRequest.StatsRequestFilterOrBuilder
        Returns:
        The enum numeric value on the wire for status.
      • setStatusValue

        @Deprecated
        public StatsRequest.StatsRequestFilter.Builder setStatusValue​(int value)
        Deprecated.
        streamlayer.interactive.question.StatsRequest.StatsRequestFilter.status is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=221
        .streamlayer.interactive.QuestionStatus status = 2 [json_name = "status", deprecated = true];
        Parameters:
        value - The status to set.
        Returns:
        This builder for chaining.
      • getStatus

        @Deprecated
        public QuestionStatus getStatus()
        Deprecated.
        streamlayer.interactive.question.StatsRequest.StatsRequestFilter.status is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=221
        .streamlayer.interactive.QuestionStatus status = 2 [json_name = "status", deprecated = true];
        Specified by:
        getStatus in interface StatsRequest.StatsRequestFilterOrBuilder
        Returns:
        The status.
      • setStatus

        @Deprecated
        public StatsRequest.StatsRequestFilter.Builder setStatus​(QuestionStatus value)
        Deprecated.
        streamlayer.interactive.question.StatsRequest.StatsRequestFilter.status is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=221
        .streamlayer.interactive.QuestionStatus status = 2 [json_name = "status", deprecated = true];
        Parameters:
        value - The enum numeric value on the wire for status to set.
        Returns:
        This builder for chaining.
      • clearStatus

        @Deprecated
        public StatsRequest.StatsRequestFilter.Builder clearStatus()
        Deprecated.
        streamlayer.interactive.question.StatsRequest.StatsRequestFilter.status is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=221
        .streamlayer.interactive.QuestionStatus status = 2 [json_name = "status", deprecated = true];
        Returns:
        This builder for chaining.
      • getStatuses

        public QuestionStatus getStatuses​(int index)
        repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
        Specified by:
        getStatuses in interface StatsRequest.StatsRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The statuses at the given index.
      • setStatuses

        public StatsRequest.StatsRequestFilter.Builder setStatuses​(int index,
                                                                   QuestionStatus value)
        repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
        Parameters:
        index - The index to set the value at.
        value - The statuses to set.
        Returns:
        This builder for chaining.
      • addStatuses

        public StatsRequest.StatsRequestFilter.Builder addStatuses​(QuestionStatus value)
        repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
        Parameters:
        value - The statuses to add.
        Returns:
        This builder for chaining.
      • addAllStatuses

        public StatsRequest.StatsRequestFilter.Builder addAllStatuses​(java.lang.Iterable<? extends QuestionStatus> values)
        repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
        Parameters:
        values - The statuses to add.
        Returns:
        This builder for chaining.
      • clearStatuses

        public StatsRequest.StatsRequestFilter.Builder clearStatuses()
        repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
        Returns:
        This builder for chaining.
      • getStatusesValueList

        public java.util.List<java.lang.Integer> getStatusesValueList()
        repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
        Specified by:
        getStatusesValueList in interface StatsRequest.StatsRequestFilterOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for statuses.
      • getStatusesValue

        public int getStatusesValue​(int index)
        repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
        Specified by:
        getStatusesValue in interface StatsRequest.StatsRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of statuses at the given index.
      • setStatusesValue

        public StatsRequest.StatsRequestFilter.Builder setStatusesValue​(int index,
                                                                        int value)
        repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
        Parameters:
        index - The index to set the value at.
        value - The enum numeric value on the wire for statuses to set.
        Returns:
        This builder for chaining.
      • addStatusesValue

        public StatsRequest.StatsRequestFilter.Builder addStatusesValue​(int value)
        repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
        Parameters:
        value - The enum numeric value on the wire for statuses to add.
        Returns:
        This builder for chaining.
      • addAllStatusesValue

        public StatsRequest.StatsRequestFilter.Builder addAllStatusesValue​(java.lang.Iterable<java.lang.Integer> values)
        repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
        Parameters:
        values - The enum numeric values on the wire for statuses to add.
        Returns:
        This builder for chaining.
      • getTypes

        public QuestionType getTypes​(int index)
        repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];
        Specified by:
        getTypes in interface StatsRequest.StatsRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The types at the given index.
      • setTypes

        public StatsRequest.StatsRequestFilter.Builder setTypes​(int index,
                                                                QuestionType value)
        repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];
        Parameters:
        index - The index to set the value at.
        value - The types to set.
        Returns:
        This builder for chaining.
      • addAllTypes

        public StatsRequest.StatsRequestFilter.Builder addAllTypes​(java.lang.Iterable<? extends QuestionType> values)
        repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];
        Parameters:
        values - The types to add.
        Returns:
        This builder for chaining.
      • getTypesValueList

        public java.util.List<java.lang.Integer> getTypesValueList()
        repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];
        Specified by:
        getTypesValueList in interface StatsRequest.StatsRequestFilterOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for types.
      • getTypesValue

        public int getTypesValue​(int index)
        repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];
        Specified by:
        getTypesValue in interface StatsRequest.StatsRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of types at the given index.
      • setTypesValue

        public StatsRequest.StatsRequestFilter.Builder setTypesValue​(int index,
                                                                     int value)
        repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];
        Parameters:
        index - The index to set the value at.
        value - The enum numeric value on the wire for types to set.
        Returns:
        This builder for chaining.
      • addTypesValue

        public StatsRequest.StatsRequestFilter.Builder addTypesValue​(int value)
        repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];
        Parameters:
        value - The enum numeric value on the wire for types to add.
        Returns:
        This builder for chaining.
      • addAllTypesValue

        public StatsRequest.StatsRequestFilter.Builder addAllTypesValue​(java.lang.Iterable<java.lang.Integer> values)
        repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];
        Parameters:
        values - The enum numeric values on the wire for types to add.
        Returns:
        This builder for chaining.
      • getIds

        public java.lang.String getIds​(int index)
         questions ids
         
        repeated string ids = 5 [json_name = "ids"];
        Specified by:
        getIds in interface StatsRequest.StatsRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The ids at the given index.
      • getIdsBytes

        public com.google.protobuf.ByteString getIdsBytes​(int index)
         questions ids
         
        repeated string ids = 5 [json_name = "ids"];
        Specified by:
        getIdsBytes in interface StatsRequest.StatsRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the ids at the given index.
      • setIds

        public StatsRequest.StatsRequestFilter.Builder setIds​(int index,
                                                              java.lang.String value)
         questions ids
         
        repeated string ids = 5 [json_name = "ids"];
        Parameters:
        index - The index to set the value at.
        value - The ids to set.
        Returns:
        This builder for chaining.
      • addIds

        public StatsRequest.StatsRequestFilter.Builder addIds​(java.lang.String value)
         questions ids
         
        repeated string ids = 5 [json_name = "ids"];
        Parameters:
        value - The ids to add.
        Returns:
        This builder for chaining.
      • addAllIds

        public StatsRequest.StatsRequestFilter.Builder addAllIds​(java.lang.Iterable<java.lang.String> values)
         questions ids
         
        repeated string ids = 5 [json_name = "ids"];
        Parameters:
        values - The ids to add.
        Returns:
        This builder for chaining.
      • addIdsBytes

        public StatsRequest.StatsRequestFilter.Builder addIdsBytes​(com.google.protobuf.ByteString value)
         questions ids
         
        repeated string ids = 5 [json_name = "ids"];
        Parameters:
        value - The bytes of the ids to add.
        Returns:
        This builder for chaining.