Package com.streamlayer.importer
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.StringgetReason()string reason = 2 [json_name = "reason"];com.google.protobuf.ByteStringgetReasonBytes()string reason = 2 [json_name = "reason"];java.lang.StringgetRowId()string row_id = 4 [json_name = "rowId"];com.google.protobuf.ByteStringgetRowIdBytes()string row_id = 4 [json_name = "rowId"];intgetRowNumber()uint32 row_number = 1 [json_name = "rowNumber"];java.lang.StringgetSubject()string subject = 5 [json_name = "subject"];com.google.protobuf.ByteStringgetSubjectBytes()string subject = 5 [json_name = "subject"];QuestionTypegetType().streamlayer.interactive.QuestionType type = 3 [json_name = "type"];intgetTypeValue().streamlayer.interactive.QuestionType type = 3 [json_name = "type"];
-
-
-
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.
-
-