Interface QuestionSourceOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getRowId()
      string row_id = 1 [json_name = "rowId"];
      com.google.protobuf.ByteString getRowIdBytes()
      string row_id = 1 [json_name = "rowId"];
      QuestionType getType()
      .streamlayer.interactive.QuestionType type = 2 [json_name = "type"];
      int getTypeValue()
      .streamlayer.interactive.QuestionType type = 2 [json_name = "type"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getRowId

        java.lang.String getRowId()
        string row_id = 1 [json_name = "rowId"];
        Returns:
        The rowId.
      • getRowIdBytes

        com.google.protobuf.ByteString getRowIdBytes()
        string row_id = 1 [json_name = "rowId"];
        Returns:
        The bytes for rowId.
      • getTypeValue

        int getTypeValue()
        .streamlayer.interactive.QuestionType type = 2 [json_name = "type"];
        Returns:
        The enum numeric value on the wire for type.
      • getType

        QuestionType getType()
        .streamlayer.interactive.QuestionType type = 2 [json_name = "type"];
        Returns:
        The type.