Package com.streamlayer.interactive.feed
Class PickHistoryResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<PickHistoryResponse,PickHistoryResponse.Builder>
-
- com.streamlayer.interactive.feed.PickHistoryResponse.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,PickHistoryResponseOrBuilder,java.lang.Cloneable
- Enclosing class:
- PickHistoryResponse
public static final class PickHistoryResponse.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<PickHistoryResponse,PickHistoryResponse.Builder> implements PickHistoryResponseOrBuilder
Protobuf typestreamlayer.interactive.feed.PickHistoryResponse
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PickHistoryResponse.BuilderaddAllData(java.lang.Iterable<? extends PickHistoryResponse.PickHistoryResponseData> values)repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];PickHistoryResponse.BuilderaddData(int index, PickHistoryResponse.PickHistoryResponseData value)repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];PickHistoryResponse.BuilderaddData(int index, PickHistoryResponse.PickHistoryResponseData.Builder builderForValue)repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];PickHistoryResponse.BuilderaddData(PickHistoryResponse.PickHistoryResponseData value)repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];PickHistoryResponse.BuilderaddData(PickHistoryResponse.PickHistoryResponseData.Builder builderForValue)repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];PickHistoryResponse.BuilderclearData()repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];PickHistoryResponse.BuilderclearMeta().streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseMetadata meta = 2 [json_name = "meta"];PickHistoryResponse.PickHistoryResponseDatagetData(int index)repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];intgetDataCount()repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];java.util.List<PickHistoryResponse.PickHistoryResponseData>getDataList()repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];PickHistoryResponse.PickHistoryResponseMetadatagetMeta().streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseMetadata meta = 2 [json_name = "meta"];booleanhasMeta().streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseMetadata meta = 2 [json_name = "meta"];PickHistoryResponse.BuildermergeMeta(PickHistoryResponse.PickHistoryResponseMetadata value).streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseMetadata meta = 2 [json_name = "meta"];PickHistoryResponse.BuilderremoveData(int index)repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];PickHistoryResponse.BuildersetData(int index, PickHistoryResponse.PickHistoryResponseData value)repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];PickHistoryResponse.BuildersetData(int index, PickHistoryResponse.PickHistoryResponseData.Builder builderForValue)repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];PickHistoryResponse.BuildersetMeta(PickHistoryResponse.PickHistoryResponseMetadata value).streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseMetadata meta = 2 [json_name = "meta"];PickHistoryResponse.BuildersetMeta(PickHistoryResponse.PickHistoryResponseMetadata.Builder builderForValue).streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseMetadata meta = 2 [json_name = "meta"];-
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
-
getDataList
public java.util.List<PickHistoryResponse.PickHistoryResponseData> getDataList()
repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];- Specified by:
getDataListin interfacePickHistoryResponseOrBuilder
-
getDataCount
public int getDataCount()
repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];- Specified by:
getDataCountin interfacePickHistoryResponseOrBuilder
-
getData
public PickHistoryResponse.PickHistoryResponseData getData(int index)
repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];- Specified by:
getDatain interfacePickHistoryResponseOrBuilder
-
setData
public PickHistoryResponse.Builder setData(int index, PickHistoryResponse.PickHistoryResponseData value)
repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];
-
setData
public PickHistoryResponse.Builder setData(int index, PickHistoryResponse.PickHistoryResponseData.Builder builderForValue)
repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];
-
addData
public PickHistoryResponse.Builder addData(PickHistoryResponse.PickHistoryResponseData value)
repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];
-
addData
public PickHistoryResponse.Builder addData(int index, PickHistoryResponse.PickHistoryResponseData value)
repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];
-
addData
public PickHistoryResponse.Builder addData(PickHistoryResponse.PickHistoryResponseData.Builder builderForValue)
repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];
-
addData
public PickHistoryResponse.Builder addData(int index, PickHistoryResponse.PickHistoryResponseData.Builder builderForValue)
repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];
-
addAllData
public PickHistoryResponse.Builder addAllData(java.lang.Iterable<? extends PickHistoryResponse.PickHistoryResponseData> values)
repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];
-
clearData
public PickHistoryResponse.Builder clearData()
repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];
-
removeData
public PickHistoryResponse.Builder removeData(int index)
repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];
-
hasMeta
public boolean hasMeta()
.streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseMetadata meta = 2 [json_name = "meta"];- Specified by:
hasMetain interfacePickHistoryResponseOrBuilder- Returns:
- Whether the meta field is set.
-
getMeta
public PickHistoryResponse.PickHistoryResponseMetadata getMeta()
.streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseMetadata meta = 2 [json_name = "meta"];- Specified by:
getMetain interfacePickHistoryResponseOrBuilder- Returns:
- The meta.
-
setMeta
public PickHistoryResponse.Builder setMeta(PickHistoryResponse.PickHistoryResponseMetadata value)
.streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseMetadata meta = 2 [json_name = "meta"];
-
setMeta
public PickHistoryResponse.Builder setMeta(PickHistoryResponse.PickHistoryResponseMetadata.Builder builderForValue)
.streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseMetadata meta = 2 [json_name = "meta"];
-
mergeMeta
public PickHistoryResponse.Builder mergeMeta(PickHistoryResponse.PickHistoryResponseMetadata value)
.streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseMetadata meta = 2 [json_name = "meta"];
-
clearMeta
public PickHistoryResponse.Builder clearMeta()
.streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseMetadata meta = 2 [json_name = "meta"];
-
-