Package com.streamlayer.interactive.feed
Interface PickHistoryResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
PickHistoryResponse,PickHistoryResponse.Builder
public interface PickHistoryResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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"];
-
-
-
Method Detail
-
getDataList
java.util.List<PickHistoryResponse.PickHistoryResponseData> getDataList()
repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];
-
getData
PickHistoryResponse.PickHistoryResponseData getData(int index)
repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];
-
getDataCount
int getDataCount()
repeated .streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseData data = 1 [json_name = "data"];
-
hasMeta
boolean hasMeta()
.streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseMetadata meta = 2 [json_name = "meta"];- Returns:
- Whether the meta field is set.
-
getMeta
PickHistoryResponse.PickHistoryResponseMetadata getMeta()
.streamlayer.interactive.feed.PickHistoryResponse.PickHistoryResponseMetadata meta = 2 [json_name = "meta"];- Returns:
- The meta.
-
-