Package com.streamlayer.interactive.feed
Interface SkipQuestionRequest.SkipQuestionRequestDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SkipQuestionRequest.SkipQuestionRequestData,SkipQuestionRequest.SkipQuestionRequestData.Builder
- Enclosing class:
- SkipQuestionRequest
public static interface SkipQuestionRequest.SkipQuestionRequestDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];QuestionSkipReasongetReason().streamlayer.interactive.QuestionSkipReason reason = 2 [json_name = "reason"];intgetReasonValue().streamlayer.interactive.QuestionSkipReason reason = 2 [json_name = "reason"];
-
-
-
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.
-
getReasonValue
int getReasonValue()
.streamlayer.interactive.QuestionSkipReason reason = 2 [json_name = "reason"];- Returns:
- The enum numeric value on the wire for reason.
-
getReason
QuestionSkipReason getReason()
.streamlayer.interactive.QuestionSkipReason reason = 2 [json_name = "reason"];- Returns:
- The reason.
-
-