Package com.streamlayer.interactive.feed
Class VotingSubscriptionRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<VotingSubscriptionRequest,VotingSubscriptionRequest.Builder>
-
- com.streamlayer.interactive.feed.VotingSubscriptionRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,VotingSubscriptionRequestOrBuilder,java.lang.Cloneable
- Enclosing class:
- VotingSubscriptionRequest
public static final class VotingSubscriptionRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<VotingSubscriptionRequest,VotingSubscriptionRequest.Builder> implements VotingSubscriptionRequestOrBuilder
Protobuf typestreamlayer.interactive.feed.VotingSubscriptionRequest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VotingSubscriptionRequest.BuilderclearFeedId()string feed_id = 1 [json_name = "feedId"];VotingSubscriptionRequest.BuilderclearQuestionId()string question_id = 2 [json_name = "questionId"];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"];VotingSubscriptionRequest.BuildersetFeedId(java.lang.String value)string feed_id = 1 [json_name = "feedId"];VotingSubscriptionRequest.BuildersetFeedIdBytes(com.google.protobuf.ByteString value)string feed_id = 1 [json_name = "feedId"];VotingSubscriptionRequest.BuildersetQuestionId(java.lang.String value)string question_id = 2 [json_name = "questionId"];VotingSubscriptionRequest.BuildersetQuestionIdBytes(com.google.protobuf.ByteString value)string question_id = 2 [json_name = "questionId"];-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getFeedId
public java.lang.String getFeedId()
string feed_id = 1 [json_name = "feedId"];- Specified by:
getFeedIdin interfaceVotingSubscriptionRequestOrBuilder- Returns:
- The feedId.
-
getFeedIdBytes
public com.google.protobuf.ByteString getFeedIdBytes()
string feed_id = 1 [json_name = "feedId"];- Specified by:
getFeedIdBytesin interfaceVotingSubscriptionRequestOrBuilder- Returns:
- The bytes for feedId.
-
setFeedId
public VotingSubscriptionRequest.Builder setFeedId(java.lang.String value)
string feed_id = 1 [json_name = "feedId"];- Parameters:
value- The feedId to set.- Returns:
- This builder for chaining.
-
clearFeedId
public VotingSubscriptionRequest.Builder clearFeedId()
string feed_id = 1 [json_name = "feedId"];- Returns:
- This builder for chaining.
-
setFeedIdBytes
public VotingSubscriptionRequest.Builder setFeedIdBytes(com.google.protobuf.ByteString value)
string feed_id = 1 [json_name = "feedId"];- Parameters:
value- The bytes for feedId to set.- Returns:
- This builder for chaining.
-
getQuestionId
public java.lang.String getQuestionId()
string question_id = 2 [json_name = "questionId"];- Specified by:
getQuestionIdin interfaceVotingSubscriptionRequestOrBuilder- Returns:
- The questionId.
-
getQuestionIdBytes
public com.google.protobuf.ByteString getQuestionIdBytes()
string question_id = 2 [json_name = "questionId"];- Specified by:
getQuestionIdBytesin interfaceVotingSubscriptionRequestOrBuilder- Returns:
- The bytes for questionId.
-
setQuestionId
public VotingSubscriptionRequest.Builder setQuestionId(java.lang.String value)
string question_id = 2 [json_name = "questionId"];- Parameters:
value- The questionId to set.- Returns:
- This builder for chaining.
-
clearQuestionId
public VotingSubscriptionRequest.Builder clearQuestionId()
string question_id = 2 [json_name = "questionId"];- Returns:
- This builder for chaining.
-
setQuestionIdBytes
public VotingSubscriptionRequest.Builder setQuestionIdBytes(com.google.protobuf.ByteString value)
string question_id = 2 [json_name = "questionId"];- Parameters:
value- The bytes for questionId to set.- Returns:
- This builder for chaining.
-
-