Interface QuestionAnswerOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    QuestionAnswer, QuestionAnswer.Builder

    public interface QuestionAnswerOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getCorrect()
      bool correct = 4 [json_name = "correct"];
      java.lang.String getIcon()
      string icon = 3 [json_name = "icon"];
      com.google.protobuf.ByteString getIconBytes()
      string icon = 3 [json_name = "icon"];
      java.lang.String getId()
      string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      int getPoints()
      uint32 points = 5 [json_name = "points"];
      java.lang.String getText()
      string text = 2 [json_name = "text"];
      com.google.protobuf.ByteString getTextBytes()
      string text = 2 [json_name = "text"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        java.lang.String getId()
        string id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1 [json_name = "id"];
        Returns:
        The bytes for id.
      • getText

        java.lang.String getText()
        string text = 2 [json_name = "text"];
        Returns:
        The text.
      • getTextBytes

        com.google.protobuf.ByteString getTextBytes()
        string text = 2 [json_name = "text"];
        Returns:
        The bytes for text.
      • getIcon

        java.lang.String getIcon()
        string icon = 3 [json_name = "icon"];
        Returns:
        The icon.
      • getIconBytes

        com.google.protobuf.ByteString getIconBytes()
        string icon = 3 [json_name = "icon"];
        Returns:
        The bytes for icon.
      • getCorrect

        boolean getCorrect()
        bool correct = 4 [json_name = "correct"];
        Returns:
        The correct.
      • getPoints

        int getPoints()
        uint32 points = 5 [json_name = "points"];
        Returns:
        The points.