Package com.streamlayer.interactive.feed
Class QuestionSubscriptionResponse.QuestionSubscriptionResponseData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<QuestionSubscriptionResponse.QuestionSubscriptionResponseData,QuestionSubscriptionResponse.QuestionSubscriptionResponseData.Builder>
-
- com.streamlayer.interactive.feed.QuestionSubscriptionResponse.QuestionSubscriptionResponseData.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,QuestionSubscriptionResponse.QuestionSubscriptionResponseDataOrBuilder,java.lang.Cloneable
- Enclosing class:
- QuestionSubscriptionResponse.QuestionSubscriptionResponseData
public static final class QuestionSubscriptionResponse.QuestionSubscriptionResponseData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<QuestionSubscriptionResponse.QuestionSubscriptionResponseData,QuestionSubscriptionResponse.QuestionSubscriptionResponseData.Builder> implements QuestionSubscriptionResponse.QuestionSubscriptionResponseDataOrBuilder
Protobuf typestreamlayer.interactive.feed.QuestionSubscriptionResponse.QuestionSubscriptionResponseData
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuestionSubscriptionResponse.QuestionSubscriptionResponseData.BuilderclearAttributes().streamlayer.interactive.feed.QuestionSubscription attributes = 3 [json_name = "attributes"];QuestionSubscriptionResponse.QuestionSubscriptionResponseData.BuilderclearQuestionId()string question_id = 1 [json_name = "questionId"];QuestionSubscriptionResponse.QuestionSubscriptionResponseData.BuilderclearType()string type = 2 [json_name = "type"];QuestionSubscriptiongetAttributes().streamlayer.interactive.feed.QuestionSubscription attributes = 3 [json_name = "attributes"];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"];booleanhasAttributes().streamlayer.interactive.feed.QuestionSubscription attributes = 3 [json_name = "attributes"];QuestionSubscriptionResponse.QuestionSubscriptionResponseData.BuildermergeAttributes(QuestionSubscription value).streamlayer.interactive.feed.QuestionSubscription attributes = 3 [json_name = "attributes"];QuestionSubscriptionResponse.QuestionSubscriptionResponseData.BuildersetAttributes(QuestionSubscription value).streamlayer.interactive.feed.QuestionSubscription attributes = 3 [json_name = "attributes"];QuestionSubscriptionResponse.QuestionSubscriptionResponseData.BuildersetAttributes(QuestionSubscription.Builder builderForValue).streamlayer.interactive.feed.QuestionSubscription attributes = 3 [json_name = "attributes"];QuestionSubscriptionResponse.QuestionSubscriptionResponseData.BuildersetQuestionId(java.lang.String value)string question_id = 1 [json_name = "questionId"];QuestionSubscriptionResponse.QuestionSubscriptionResponseData.BuildersetQuestionIdBytes(com.google.protobuf.ByteString value)string question_id = 1 [json_name = "questionId"];QuestionSubscriptionResponse.QuestionSubscriptionResponseData.BuildersetType(java.lang.String value)string type = 2 [json_name = "type"];QuestionSubscriptionResponse.QuestionSubscriptionResponseData.BuildersetTypeBytes(com.google.protobuf.ByteString value)string type = 2 [json_name = "type"];-
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
-
getQuestionId
public java.lang.String getQuestionId()
string question_id = 1 [json_name = "questionId"];- Specified by:
getQuestionIdin interfaceQuestionSubscriptionResponse.QuestionSubscriptionResponseDataOrBuilder- Returns:
- The questionId.
-
getQuestionIdBytes
public com.google.protobuf.ByteString getQuestionIdBytes()
string question_id = 1 [json_name = "questionId"];- Specified by:
getQuestionIdBytesin interfaceQuestionSubscriptionResponse.QuestionSubscriptionResponseDataOrBuilder- Returns:
- The bytes for questionId.
-
setQuestionId
public QuestionSubscriptionResponse.QuestionSubscriptionResponseData.Builder setQuestionId(java.lang.String value)
string question_id = 1 [json_name = "questionId"];- Parameters:
value- The questionId to set.- Returns:
- This builder for chaining.
-
clearQuestionId
public QuestionSubscriptionResponse.QuestionSubscriptionResponseData.Builder clearQuestionId()
string question_id = 1 [json_name = "questionId"];- Returns:
- This builder for chaining.
-
setQuestionIdBytes
public QuestionSubscriptionResponse.QuestionSubscriptionResponseData.Builder setQuestionIdBytes(com.google.protobuf.ByteString value)
string question_id = 1 [json_name = "questionId"];- Parameters:
value- The bytes for questionId to set.- Returns:
- This builder for chaining.
-
getType
public java.lang.String getType()
string type = 2 [json_name = "type"];- Specified by:
getTypein interfaceQuestionSubscriptionResponse.QuestionSubscriptionResponseDataOrBuilder- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()
string type = 2 [json_name = "type"];- Specified by:
getTypeBytesin interfaceQuestionSubscriptionResponse.QuestionSubscriptionResponseDataOrBuilder- Returns:
- The bytes for type.
-
setType
public QuestionSubscriptionResponse.QuestionSubscriptionResponseData.Builder setType(java.lang.String value)
string type = 2 [json_name = "type"];- Parameters:
value- The type to set.- Returns:
- This builder for chaining.
-
clearType
public QuestionSubscriptionResponse.QuestionSubscriptionResponseData.Builder clearType()
string type = 2 [json_name = "type"];- Returns:
- This builder for chaining.
-
setTypeBytes
public QuestionSubscriptionResponse.QuestionSubscriptionResponseData.Builder setTypeBytes(com.google.protobuf.ByteString value)
string type = 2 [json_name = "type"];- Parameters:
value- The bytes for type to set.- Returns:
- This builder for chaining.
-
hasAttributes
public boolean hasAttributes()
.streamlayer.interactive.feed.QuestionSubscription attributes = 3 [json_name = "attributes"];- Specified by:
hasAttributesin interfaceQuestionSubscriptionResponse.QuestionSubscriptionResponseDataOrBuilder- Returns:
- Whether the attributes field is set.
-
getAttributes
public QuestionSubscription getAttributes()
.streamlayer.interactive.feed.QuestionSubscription attributes = 3 [json_name = "attributes"];- Specified by:
getAttributesin interfaceQuestionSubscriptionResponse.QuestionSubscriptionResponseDataOrBuilder- Returns:
- The attributes.
-
setAttributes
public QuestionSubscriptionResponse.QuestionSubscriptionResponseData.Builder setAttributes(QuestionSubscription value)
.streamlayer.interactive.feed.QuestionSubscription attributes = 3 [json_name = "attributes"];
-
setAttributes
public QuestionSubscriptionResponse.QuestionSubscriptionResponseData.Builder setAttributes(QuestionSubscription.Builder builderForValue)
.streamlayer.interactive.feed.QuestionSubscription attributes = 3 [json_name = "attributes"];
-
mergeAttributes
public QuestionSubscriptionResponse.QuestionSubscriptionResponseData.Builder mergeAttributes(QuestionSubscription value)
.streamlayer.interactive.feed.QuestionSubscription attributes = 3 [json_name = "attributes"];
-
clearAttributes
public QuestionSubscriptionResponse.QuestionSubscriptionResponseData.Builder clearAttributes()
.streamlayer.interactive.feed.QuestionSubscription attributes = 3 [json_name = "attributes"];
-
-