Interface CsvRowOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getReason()
      string reason = 2 [json_name = "reason"];
      com.google.protobuf.ByteString getReasonBytes()
      string reason = 2 [json_name = "reason"];
      java.lang.String getRowId()
      string row_id = 4 [json_name = "rowId"];
      com.google.protobuf.ByteString getRowIdBytes()
      string row_id = 4 [json_name = "rowId"];
      int getRowNumber()
      uint32 row_number = 1 [json_name = "rowNumber"];
      java.lang.String getSubject()
      string subject = 5 [json_name = "subject"];
      com.google.protobuf.ByteString getSubjectBytes()
      string subject = 5 [json_name = "subject"];
      QuestionType getType()
      .streamlayer.interactive.QuestionType type = 3 [json_name = "type"];
      int getTypeValue()
      .streamlayer.interactive.QuestionType type = 3 [json_name = "type"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getRowNumber

        int getRowNumber()
        uint32 row_number = 1 [json_name = "rowNumber"];
        Returns:
        The rowNumber.
      • getReason

        java.lang.String getReason()
        string reason = 2 [json_name = "reason"];
        Returns:
        The reason.
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
        string reason = 2 [json_name = "reason"];
        Returns:
        The bytes for reason.
      • getTypeValue

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

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

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

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

        java.lang.String getSubject()
        string subject = 5 [json_name = "subject"];
        Returns:
        The subject.
      • getSubjectBytes

        com.google.protobuf.ByteString getSubjectBytes()
        string subject = 5 [json_name = "subject"];
        Returns:
        The bytes for subject.