Package com.streamlayer.interactive.feed
Interface SubmitAnswerResponse.SubmitAnswerResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SubmitAnswerResponse.SubmitAnswerResponseData,SubmitAnswerResponse.SubmitAnswerResponseData.Builder
- Enclosing class:
- SubmitAnswerResponse
public static interface SubmitAnswerResponse.SubmitAnswerResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AnswerVoteResultgetAttributes(int index)Deprecated.intgetAttributesCount()Deprecated.java.util.List<AnswerVoteResult>getAttributesList()Deprecated.java.lang.StringgetQuestionId()string question_id = 1 [json_name = "questionId"];com.google.protobuf.ByteStringgetQuestionIdBytes()string question_id = 1 [json_name = "questionId"];java.lang.StringgetType()string type = 2 [json_name = "type"];com.google.protobuf.ByteStringgetTypeBytes()string type = 2 [json_name = "type"];
-
-
-
Method Detail
-
getQuestionId
java.lang.String getQuestionId()
string question_id = 1 [json_name = "questionId"];- Returns:
- The questionId.
-
getQuestionIdBytes
com.google.protobuf.ByteString getQuestionIdBytes()
string question_id = 1 [json_name = "questionId"];- Returns:
- The bytes for questionId.
-
getType
java.lang.String getType()
string type = 2 [json_name = "type"];- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
string type = 2 [json_name = "type"];- Returns:
- The bytes for type.
-
getAttributesList
@Deprecated java.util.List<AnswerVoteResult> getAttributesList()
Deprecated.repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes", deprecated = true];
-
getAttributes
@Deprecated AnswerVoteResult getAttributes(int index)
Deprecated.repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes", deprecated = true];
-
getAttributesCount
@Deprecated int getAttributesCount()
Deprecated.repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes", deprecated = true];
-
-