Package com.streamlayer.interactive.feed
Class SkipQuestionResponse.SkipQuestionResponseData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<SkipQuestionResponse.SkipQuestionResponseData,SkipQuestionResponse.SkipQuestionResponseData.Builder>
-
- com.streamlayer.interactive.feed.SkipQuestionResponse.SkipQuestionResponseData.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,SkipQuestionResponse.SkipQuestionResponseDataOrBuilder,java.lang.Cloneable
- Enclosing class:
- SkipQuestionResponse.SkipQuestionResponseData
public static final class SkipQuestionResponse.SkipQuestionResponseData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<SkipQuestionResponse.SkipQuestionResponseData,SkipQuestionResponse.SkipQuestionResponseData.Builder> implements SkipQuestionResponse.SkipQuestionResponseDataOrBuilder
Protobuf typestreamlayer.interactive.feed.SkipQuestionResponse.SkipQuestionResponseData
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SkipQuestionResponse.SkipQuestionResponseData.BuilderaddAllAttributes(java.lang.Iterable<? extends AnswerVoteResult> values)repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];SkipQuestionResponse.SkipQuestionResponseData.BuilderaddAttributes(int index, AnswerVoteResult value)repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];SkipQuestionResponse.SkipQuestionResponseData.BuilderaddAttributes(int index, AnswerVoteResult.Builder builderForValue)repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];SkipQuestionResponse.SkipQuestionResponseData.BuilderaddAttributes(AnswerVoteResult value)repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];SkipQuestionResponse.SkipQuestionResponseData.BuilderaddAttributes(AnswerVoteResult.Builder builderForValue)repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];SkipQuestionResponse.SkipQuestionResponseData.BuilderclearAttributes()repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];SkipQuestionResponse.SkipQuestionResponseData.BuilderclearId()string id = 1 [json_name = "id"];SkipQuestionResponse.SkipQuestionResponseData.BuilderclearType()string type = 2 [json_name = "type"];AnswerVoteResultgetAttributes(int index)repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];intgetAttributesCount()repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];java.util.List<AnswerVoteResult>getAttributesList()repeated .streamlayer.interactive.feed.AnswerVoteResult 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"];SkipQuestionResponse.SkipQuestionResponseData.BuilderremoveAttributes(int index)repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];SkipQuestionResponse.SkipQuestionResponseData.BuildersetAttributes(int index, AnswerVoteResult value)repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];SkipQuestionResponse.SkipQuestionResponseData.BuildersetAttributes(int index, AnswerVoteResult.Builder builderForValue)repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];SkipQuestionResponse.SkipQuestionResponseData.BuildersetId(java.lang.String value)string id = 1 [json_name = "id"];SkipQuestionResponse.SkipQuestionResponseData.BuildersetIdBytes(com.google.protobuf.ByteString value)string id = 1 [json_name = "id"];SkipQuestionResponse.SkipQuestionResponseData.BuildersetType(java.lang.String value)string type = 2 [json_name = "type"];SkipQuestionResponse.SkipQuestionResponseData.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 interfaceSkipQuestionResponse.SkipQuestionResponseDataOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Specified by:
getIdBytesin interfaceSkipQuestionResponse.SkipQuestionResponseDataOrBuilder- Returns:
- The bytes for id.
-
setId
public SkipQuestionResponse.SkipQuestionResponseData.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 SkipQuestionResponse.SkipQuestionResponseData.Builder clearId()
string id = 1 [json_name = "id"];- Returns:
- This builder for chaining.
-
setIdBytes
public SkipQuestionResponse.SkipQuestionResponseData.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 interfaceSkipQuestionResponse.SkipQuestionResponseDataOrBuilder- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()
string type = 2 [json_name = "type"];- Specified by:
getTypeBytesin interfaceSkipQuestionResponse.SkipQuestionResponseDataOrBuilder- Returns:
- The bytes for type.
-
setType
public SkipQuestionResponse.SkipQuestionResponseData.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 SkipQuestionResponse.SkipQuestionResponseData.Builder clearType()
string type = 2 [json_name = "type"];- Returns:
- This builder for chaining.
-
setTypeBytes
public SkipQuestionResponse.SkipQuestionResponseData.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.
-
getAttributesList
public java.util.List<AnswerVoteResult> getAttributesList()
repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];- Specified by:
getAttributesListin interfaceSkipQuestionResponse.SkipQuestionResponseDataOrBuilder
-
getAttributesCount
public int getAttributesCount()
repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];- Specified by:
getAttributesCountin interfaceSkipQuestionResponse.SkipQuestionResponseDataOrBuilder
-
getAttributes
public AnswerVoteResult getAttributes(int index)
repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];- Specified by:
getAttributesin interfaceSkipQuestionResponse.SkipQuestionResponseDataOrBuilder
-
setAttributes
public SkipQuestionResponse.SkipQuestionResponseData.Builder setAttributes(int index, AnswerVoteResult value)
repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];
-
setAttributes
public SkipQuestionResponse.SkipQuestionResponseData.Builder setAttributes(int index, AnswerVoteResult.Builder builderForValue)
repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];
-
addAttributes
public SkipQuestionResponse.SkipQuestionResponseData.Builder addAttributes(AnswerVoteResult value)
repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];
-
addAttributes
public SkipQuestionResponse.SkipQuestionResponseData.Builder addAttributes(int index, AnswerVoteResult value)
repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];
-
addAttributes
public SkipQuestionResponse.SkipQuestionResponseData.Builder addAttributes(AnswerVoteResult.Builder builderForValue)
repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];
-
addAttributes
public SkipQuestionResponse.SkipQuestionResponseData.Builder addAttributes(int index, AnswerVoteResult.Builder builderForValue)
repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];
-
addAllAttributes
public SkipQuestionResponse.SkipQuestionResponseData.Builder addAllAttributes(java.lang.Iterable<? extends AnswerVoteResult> values)
repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];
-
clearAttributes
public SkipQuestionResponse.SkipQuestionResponseData.Builder clearAttributes()
repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];
-
removeAttributes
public SkipQuestionResponse.SkipQuestionResponseData.Builder removeAttributes(int index)
repeated .streamlayer.interactive.feed.AnswerVoteResult attributes = 3 [json_name = "attributes"];
-
-