Interface QuestionByUserResponse.QuestionByUserResponseDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      QuestionByUser getAttributes()
      .streamlayer.interactive.feed.QuestionByUser attributes = 3 [json_name = "attributes"];
      java.lang.String getQuestionId()
      string question_id = 1 [json_name = "questionId"];
      com.google.protobuf.ByteString getQuestionIdBytes()
      string question_id = 1 [json_name = "questionId"];
      java.lang.String getType()
      string type = 2 [json_name = "type"];
      com.google.protobuf.ByteString getTypeBytes()
      string type = 2 [json_name = "type"];
      boolean hasAttributes()
      .streamlayer.interactive.feed.QuestionByUser attributes = 3 [json_name = "attributes"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getQuestionId

        java.lang.String getQuestionId()
        string question_id = 1 [json_name = "questionId"];
        Returns:
        The questionId.
      • getQuestionIdBytes

        com.google.protobuf.ByteString getQuestionIdBytes()
        string question_id = 1 [json_name = "questionId"];
        Returns:
        The bytes for questionId.
      • getType

        java.lang.String getType()
        string type = 2 [json_name = "type"];
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        string type = 2 [json_name = "type"];
        Returns:
        The bytes for type.
      • hasAttributes

        boolean hasAttributes()
        .streamlayer.interactive.feed.QuestionByUser attributes = 3 [json_name = "attributes"];
        Returns:
        Whether the attributes field is set.
      • getAttributes

        QuestionByUser getAttributes()
        .streamlayer.interactive.feed.QuestionByUser attributes = 3 [json_name = "attributes"];
        Returns:
        The attributes.