Package com.streamlayer.interactive.feed
Class GetQuestionResponse.GetQuestionResponseData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<GetQuestionResponse.GetQuestionResponseData,GetQuestionResponse.GetQuestionResponseData.Builder>
-
- com.streamlayer.interactive.feed.GetQuestionResponse.GetQuestionResponseData.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,GetQuestionResponse.GetQuestionResponseDataOrBuilder,java.lang.Cloneable
- Enclosing class:
- GetQuestionResponse.GetQuestionResponseData
public static final class GetQuestionResponse.GetQuestionResponseData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<GetQuestionResponse.GetQuestionResponseData,GetQuestionResponse.GetQuestionResponseData.Builder> implements GetQuestionResponse.GetQuestionResponseDataOrBuilder
Protobuf typestreamlayer.interactive.feed.GetQuestionResponse.GetQuestionResponseData
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetQuestionResponse.GetQuestionResponseData.BuilderclearAttributes().streamlayer.interactive.Question attributes = 3 [json_name = "attributes"];GetQuestionResponse.GetQuestionResponseData.BuilderclearId()string id = 1 [json_name = "id"];GetQuestionResponse.GetQuestionResponseData.BuilderclearType()string type = 2 [json_name = "type"];QuestiongetAttributes().streamlayer.interactive.Question attributes = 3 [json_name = "attributes"];java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];java.lang.StringgetType()string type = 2 [json_name = "type"];com.google.protobuf.ByteStringgetTypeBytes()string type = 2 [json_name = "type"];booleanhasAttributes().streamlayer.interactive.Question attributes = 3 [json_name = "attributes"];GetQuestionResponse.GetQuestionResponseData.BuildermergeAttributes(Question value).streamlayer.interactive.Question attributes = 3 [json_name = "attributes"];GetQuestionResponse.GetQuestionResponseData.BuildersetAttributes(Question value).streamlayer.interactive.Question attributes = 3 [json_name = "attributes"];GetQuestionResponse.GetQuestionResponseData.BuildersetAttributes(Question.Builder builderForValue).streamlayer.interactive.Question attributes = 3 [json_name = "attributes"];GetQuestionResponse.GetQuestionResponseData.BuildersetId(java.lang.String value)string id = 1 [json_name = "id"];GetQuestionResponse.GetQuestionResponseData.BuildersetIdBytes(com.google.protobuf.ByteString value)string id = 1 [json_name = "id"];GetQuestionResponse.GetQuestionResponseData.BuildersetType(java.lang.String value)string type = 2 [json_name = "type"];GetQuestionResponse.GetQuestionResponseData.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
-
getId
public java.lang.String getId()
string id = 1 [json_name = "id"];- Specified by:
getIdin interfaceGetQuestionResponse.GetQuestionResponseDataOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Specified by:
getIdBytesin interfaceGetQuestionResponse.GetQuestionResponseDataOrBuilder- Returns:
- The bytes for id.
-
setId
public GetQuestionResponse.GetQuestionResponseData.Builder setId(java.lang.String value)
string id = 1 [json_name = "id"];- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
clearId
public GetQuestionResponse.GetQuestionResponseData.Builder clearId()
string id = 1 [json_name = "id"];- Returns:
- This builder for chaining.
-
setIdBytes
public GetQuestionResponse.GetQuestionResponseData.Builder setIdBytes(com.google.protobuf.ByteString value)
string id = 1 [json_name = "id"];- Parameters:
value- The bytes for id to set.- Returns:
- This builder for chaining.
-
getType
public java.lang.String getType()
string type = 2 [json_name = "type"];- Specified by:
getTypein interfaceGetQuestionResponse.GetQuestionResponseDataOrBuilder- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()
string type = 2 [json_name = "type"];- Specified by:
getTypeBytesin interfaceGetQuestionResponse.GetQuestionResponseDataOrBuilder- Returns:
- The bytes for type.
-
setType
public GetQuestionResponse.GetQuestionResponseData.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 GetQuestionResponse.GetQuestionResponseData.Builder clearType()
string type = 2 [json_name = "type"];- Returns:
- This builder for chaining.
-
setTypeBytes
public GetQuestionResponse.GetQuestionResponseData.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.Question attributes = 3 [json_name = "attributes"];- Specified by:
hasAttributesin interfaceGetQuestionResponse.GetQuestionResponseDataOrBuilder- Returns:
- Whether the attributes field is set.
-
getAttributes
public Question getAttributes()
.streamlayer.interactive.Question attributes = 3 [json_name = "attributes"];- Specified by:
getAttributesin interfaceGetQuestionResponse.GetQuestionResponseDataOrBuilder- Returns:
- The attributes.
-
setAttributes
public GetQuestionResponse.GetQuestionResponseData.Builder setAttributes(Question value)
.streamlayer.interactive.Question attributes = 3 [json_name = "attributes"];
-
setAttributes
public GetQuestionResponse.GetQuestionResponseData.Builder setAttributes(Question.Builder builderForValue)
.streamlayer.interactive.Question attributes = 3 [json_name = "attributes"];
-
mergeAttributes
public GetQuestionResponse.GetQuestionResponseData.Builder mergeAttributes(Question value)
.streamlayer.interactive.Question attributes = 3 [json_name = "attributes"];
-
clearAttributes
public GetQuestionResponse.GetQuestionResponseData.Builder clearAttributes()
.streamlayer.interactive.Question attributes = 3 [json_name = "attributes"];
-
-