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 booleangetCorrect()bool correct = 4 [json_name = "correct"];java.lang.StringgetIcon()string icon = 3 [json_name = "icon"];com.google.protobuf.ByteStringgetIconBytes()string icon = 3 [json_name = "icon"];java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];intgetPoints()uint32 points = 5 [json_name = "points"];java.lang.StringgetText()string text = 2 [json_name = "text"];com.google.protobuf.ByteStringgetTextBytes()string text = 2 [json_name = "text"];
-
-
-
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.
-
-