Package com.streamlayer.interactive.feed
Interface VotingSubscriptionRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
VotingSubscriptionRequest,VotingSubscriptionRequest.Builder
public interface VotingSubscriptionRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFeedId()string feed_id = 1 [json_name = "feedId"];com.google.protobuf.ByteStringgetFeedIdBytes()string feed_id = 1 [json_name = "feedId"];java.lang.StringgetQuestionId()string question_id = 2 [json_name = "questionId"];com.google.protobuf.ByteStringgetQuestionIdBytes()string question_id = 2 [json_name = "questionId"];
-
-
-
Method Detail
-
getFeedId
java.lang.String getFeedId()
string feed_id = 1 [json_name = "feedId"];- Returns:
- The feedId.
-
getFeedIdBytes
com.google.protobuf.ByteString getFeedIdBytes()
string feed_id = 1 [json_name = "feedId"];- Returns:
- The bytes for feedId.
-
getQuestionId
java.lang.String getQuestionId()
string question_id = 2 [json_name = "questionId"];- Returns:
- The questionId.
-
getQuestionIdBytes
com.google.protobuf.ByteString getQuestionIdBytes()
string question_id = 2 [json_name = "questionId"];- Returns:
- The bytes for questionId.
-
-