Interface StatsRequest.StatsRequestFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getIds​(int index)
      questions ids
      com.google.protobuf.ByteString getIdsBytes​(int index)
      questions ids
      int getIdsCount()
      questions ids
      java.util.List<java.lang.String> getIdsList()
      questions ids
      QuestionStatus getStatus()
      Deprecated.
      streamlayer.interactive.question.StatsRequest.StatsRequestFilter.status is deprecated.
      QuestionStatus getStatuses​(int index)
      repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
      int getStatusesCount()
      repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
      java.util.List<QuestionStatus> getStatusesList()
      repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
      int getStatusesValue​(int index)
      repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
      java.util.List<java.lang.Integer> getStatusesValueList()
      repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
      int getStatusValue()
      Deprecated.
      streamlayer.interactive.question.StatsRequest.StatsRequestFilter.status is deprecated.
      QuestionType getType()
      Deprecated.
      streamlayer.interactive.question.StatsRequest.StatsRequestFilter.type is deprecated.
      QuestionType getTypes​(int index)
      repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];
      int getTypesCount()
      repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];
      java.util.List<QuestionType> getTypesList()
      repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];
      int getTypesValue​(int index)
      repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];
      java.util.List<java.lang.Integer> getTypesValueList()
      repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];
      int getTypeValue()
      Deprecated.
      streamlayer.interactive.question.StatsRequest.StatsRequestFilter.type is deprecated.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getTypeValue

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

        @Deprecated
        QuestionType getType()
        Deprecated.
        streamlayer.interactive.question.StatsRequest.StatsRequestFilter.type is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=219
        .streamlayer.interactive.QuestionType type = 1 [json_name = "type", deprecated = true];
        Returns:
        The type.
      • getStatusValue

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

        @Deprecated
        QuestionStatus getStatus()
        Deprecated.
        streamlayer.interactive.question.StatsRequest.StatsRequestFilter.status is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=220
        .streamlayer.interactive.QuestionStatus status = 2 [json_name = "status", deprecated = true];
        Returns:
        The status.
      • getStatusesList

        java.util.List<QuestionStatus> getStatusesList()
        repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
        Returns:
        A list containing the statuses.
      • getStatusesCount

        int getStatusesCount()
        repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
        Returns:
        The count of statuses.
      • getStatuses

        QuestionStatus getStatuses​(int index)
        repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The statuses at the given index.
      • getStatusesValueList

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

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

        java.util.List<QuestionType> getTypesList()
        repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];
        Returns:
        A list containing the types.
      • getTypesCount

        int getTypesCount()
        repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];
        Returns:
        The count of types.
      • getTypes

        QuestionType getTypes​(int index)
        repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The types at the given index.
      • getTypesValueList

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

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

        java.util.List<java.lang.String> getIdsList()
         questions ids
         
        repeated string ids = 5 [json_name = "ids"];
        Returns:
        A list containing the ids.
      • getIdsCount

        int getIdsCount()
         questions ids
         
        repeated string ids = 5 [json_name = "ids"];
        Returns:
        The count of ids.
      • getIds

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

        com.google.protobuf.ByteString getIdsBytes​(int index)
         questions ids
         
        repeated string ids = 5 [json_name = "ids"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The ids at the given index.