Class PickHistory

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  PickHistory.Builder
      Protobuf type streamlayer.interactive.feed.PickHistory
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite

        com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,​?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,​Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object dynamicMethod​(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)  
      java.lang.String getAnswerId()
      string answer_id = 2 [json_name = "answerId"];
      com.google.protobuf.ByteString getAnswerIdBytes()
      string answer_id = 2 [json_name = "answerId"];
      static PickHistory getDefaultInstance()  
      boolean getOpenForVoting()
      bool open_for_voting = 7 [json_name = "openForVoting"];
      java.lang.String getQuestionId()
      string question_id = 1 [json_name = "questionId"];
      com.google.protobuf.ByteString getQuestionIdBytes()
      string question_id = 1 [json_name = "questionId"];
      QuestionStatus getQuestionStatus()
      .streamlayer.interactive.QuestionStatus question_status = 8 [json_name = "questionStatus"];
      int getQuestionStatusValue()
      .streamlayer.interactive.QuestionStatus question_status = 8 [json_name = "questionStatus"];
      QuestionType getQuestionType()
      .streamlayer.interactive.QuestionType question_type = 4 [json_name = "questionType"];
      int getQuestionTypeValue()
      .streamlayer.interactive.QuestionType question_type = 4 [json_name = "questionType"];
      PickHistoryStatus getStatus()
      .streamlayer.interactive.feed.PickHistoryStatus status = 3 [json_name = "status"];
      int getStatusValue()
      .streamlayer.interactive.feed.PickHistoryStatus status = 3 [json_name = "status"];
      java.lang.String getSubject()
      question text
      com.google.protobuf.ByteString getSubjectBytes()
      question text
      java.lang.String getText()
      answer text
      com.google.protobuf.ByteString getTextBytes()
      answer text
      static PickHistory.Builder newBuilder()  
      static PickHistory.Builder newBuilder​(PickHistory prototype)  
      static PickHistory parseDelimitedFrom​(java.io.InputStream input)  
      static PickHistory parseDelimitedFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static PickHistory parseFrom​(byte[] data)  
      static PickHistory parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static PickHistory parseFrom​(com.google.protobuf.ByteString data)  
      static PickHistory parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static PickHistory parseFrom​(com.google.protobuf.CodedInputStream input)  
      static PickHistory parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static PickHistory parseFrom​(java.io.InputStream input)  
      static PickHistory parseFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static PickHistory parseFrom​(java.nio.ByteBuffer data)  
      static PickHistory parseFrom​(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static com.google.protobuf.Parser<PickHistory> parser()  
      • Methods inherited from class com.google.protobuf.GeneratedMessageLite

        createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
      • Methods inherited from class com.google.protobuf.AbstractMessageLite

        addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getQuestionId

        public java.lang.String getQuestionId()
        string question_id = 1 [json_name = "questionId"];
        Specified by:
        getQuestionId in interface PickHistoryOrBuilder
        Returns:
        The questionId.
      • getQuestionIdBytes

        public com.google.protobuf.ByteString getQuestionIdBytes()
        string question_id = 1 [json_name = "questionId"];
        Specified by:
        getQuestionIdBytes in interface PickHistoryOrBuilder
        Returns:
        The bytes for questionId.
      • getAnswerId

        public java.lang.String getAnswerId()
        string answer_id = 2 [json_name = "answerId"];
        Specified by:
        getAnswerId in interface PickHistoryOrBuilder
        Returns:
        The answerId.
      • getAnswerIdBytes

        public com.google.protobuf.ByteString getAnswerIdBytes()
        string answer_id = 2 [json_name = "answerId"];
        Specified by:
        getAnswerIdBytes in interface PickHistoryOrBuilder
        Returns:
        The bytes for answerId.
      • getStatusValue

        public int getStatusValue()
        .streamlayer.interactive.feed.PickHistoryStatus status = 3 [json_name = "status"];
        Specified by:
        getStatusValue in interface PickHistoryOrBuilder
        Returns:
        The enum numeric value on the wire for status.
      • getQuestionTypeValue

        public int getQuestionTypeValue()
        .streamlayer.interactive.QuestionType question_type = 4 [json_name = "questionType"];
        Specified by:
        getQuestionTypeValue in interface PickHistoryOrBuilder
        Returns:
        The enum numeric value on the wire for questionType.
      • getQuestionType

        public QuestionType getQuestionType()
        .streamlayer.interactive.QuestionType question_type = 4 [json_name = "questionType"];
        Specified by:
        getQuestionType in interface PickHistoryOrBuilder
        Returns:
        The questionType.
      • getSubject

        public java.lang.String getSubject()
         question text
         
        string subject = 5 [json_name = "subject"];
        Specified by:
        getSubject in interface PickHistoryOrBuilder
        Returns:
        The subject.
      • getSubjectBytes

        public com.google.protobuf.ByteString getSubjectBytes()
         question text
         
        string subject = 5 [json_name = "subject"];
        Specified by:
        getSubjectBytes in interface PickHistoryOrBuilder
        Returns:
        The bytes for subject.
      • getText

        public java.lang.String getText()
         answer text
         
        string text = 6 [json_name = "text"];
        Specified by:
        getText in interface PickHistoryOrBuilder
        Returns:
        The text.
      • getTextBytes

        public com.google.protobuf.ByteString getTextBytes()
         answer text
         
        string text = 6 [json_name = "text"];
        Specified by:
        getTextBytes in interface PickHistoryOrBuilder
        Returns:
        The bytes for text.
      • getOpenForVoting

        public boolean getOpenForVoting()
        bool open_for_voting = 7 [json_name = "openForVoting"];
        Specified by:
        getOpenForVoting in interface PickHistoryOrBuilder
        Returns:
        The openForVoting.
      • getQuestionStatusValue

        public int getQuestionStatusValue()
        .streamlayer.interactive.QuestionStatus question_status = 8 [json_name = "questionStatus"];
        Specified by:
        getQuestionStatusValue in interface PickHistoryOrBuilder
        Returns:
        The enum numeric value on the wire for questionStatus.
      • parseFrom

        public static PickHistory parseFrom​(java.nio.ByteBuffer data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PickHistory parseFrom​(java.nio.ByteBuffer data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PickHistory parseFrom​(com.google.protobuf.ByteString data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PickHistory parseFrom​(com.google.protobuf.ByteString data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PickHistory parseFrom​(byte[] data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PickHistory parseFrom​(byte[] data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PickHistory parseFrom​(java.io.InputStream input)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static PickHistory parseFrom​(java.io.InputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static PickHistory parseDelimitedFrom​(java.io.InputStream input)
                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static PickHistory parseDelimitedFrom​(java.io.InputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static PickHistory parseFrom​(com.google.protobuf.CodedInputStream input)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static PickHistory parseFrom​(com.google.protobuf.CodedInputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • dynamicMethod

        protected final java.lang.Object dynamicMethod​(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
                                                       java.lang.Object arg0,
                                                       java.lang.Object arg1)
        Specified by:
        dynamicMethod in class com.google.protobuf.GeneratedMessageLite<PickHistory,​PickHistory.Builder>
      • getDefaultInstance

        public static PickHistory getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<PickHistory> parser()