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