Package com.streamlayer.interactive.feed
Class PickHistoryResponse.PickHistoryResponseData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<PickHistoryResponse.PickHistoryResponseData,PickHistoryResponse.PickHistoryResponseData.Builder>
-
- com.streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,PickHistoryResponse.PickHistoryResponseDataOrBuilder,java.lang.Cloneable
- Enclosing class:
- PickHistoryResponse.PickHistoryResponseData
public static final class PickHistoryResponse.PickHistoryResponseData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<PickHistoryResponse.PickHistoryResponseData,PickHistoryResponse.PickHistoryResponseData.Builder> implements PickHistoryResponse.PickHistoryResponseDataOrBuilder
Protobuf typestreamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PickHistoryResponse.PickHistoryResponseData.BuilderclearAttributes().streamlayer.interactive.feed.PickHistory attributes = 1 [json_name = "attributes"];PickHistorygetAttributes().streamlayer.interactive.feed.PickHistory attributes = 1 [json_name = "attributes"];booleanhasAttributes().streamlayer.interactive.feed.PickHistory attributes = 1 [json_name = "attributes"];PickHistoryResponse.PickHistoryResponseData.BuildermergeAttributes(PickHistory value).streamlayer.interactive.feed.PickHistory attributes = 1 [json_name = "attributes"];PickHistoryResponse.PickHistoryResponseData.BuildersetAttributes(PickHistory value).streamlayer.interactive.feed.PickHistory attributes = 1 [json_name = "attributes"];PickHistoryResponse.PickHistoryResponseData.BuildersetAttributes(PickHistory.Builder builderForValue).streamlayer.interactive.feed.PickHistory attributes = 1 [json_name = "attributes"];-
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
-
hasAttributes
public boolean hasAttributes()
.streamlayer.interactive.feed.PickHistory attributes = 1 [json_name = "attributes"];- Specified by:
hasAttributesin interfacePickHistoryResponse.PickHistoryResponseDataOrBuilder- Returns:
- Whether the attributes field is set.
-
getAttributes
public PickHistory getAttributes()
.streamlayer.interactive.feed.PickHistory attributes = 1 [json_name = "attributes"];- Specified by:
getAttributesin interfacePickHistoryResponse.PickHistoryResponseDataOrBuilder- Returns:
- The attributes.
-
setAttributes
public PickHistoryResponse.PickHistoryResponseData.Builder setAttributes(PickHistory value)
.streamlayer.interactive.feed.PickHistory attributes = 1 [json_name = "attributes"];
-
setAttributes
public PickHistoryResponse.PickHistoryResponseData.Builder setAttributes(PickHistory.Builder builderForValue)
.streamlayer.interactive.feed.PickHistory attributes = 1 [json_name = "attributes"];
-
mergeAttributes
public PickHistoryResponse.PickHistoryResponseData.Builder mergeAttributes(PickHistory value)
.streamlayer.interactive.feed.PickHistory attributes = 1 [json_name = "attributes"];
-
clearAttributes
public PickHistoryResponse.PickHistoryResponseData.Builder clearAttributes()
.streamlayer.interactive.feed.PickHistory attributes = 1 [json_name = "attributes"];
-
-