Package com.streamlayer.importer
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.StringgetRowId()string row_id = 1 [json_name = "rowId"];com.google.protobuf.ByteStringgetRowIdBytes()string row_id = 1 [json_name = "rowId"];QuestionTypegetType().streamlayer.interactive.QuestionType type = 2 [json_name = "type"];intgetTypeValue().streamlayer.interactive.QuestionType type = 2 [json_name = "type"];
-
-
-
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.
-
-