Package com.streamlayer.interactive.feed
Interface InsightHistoryResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
InsightHistoryResponse,InsightHistoryResponse.Builder
public interface InsightHistoryResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InsightHistoryResponse.InsightHistoryResponseDatagetData(int index)repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];intgetDataCount()repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];java.util.List<InsightHistoryResponse.InsightHistoryResponseData>getDataList()repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];
-
-
-
Method Detail
-
getDataList
java.util.List<InsightHistoryResponse.InsightHistoryResponseData> getDataList()
repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];
-
getData
InsightHistoryResponse.InsightHistoryResponseData getData(int index)
repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];
-
getDataCount
int getDataCount()
repeated .streamlayer.interactive.feed.InsightHistoryResponse.InsightHistoryResponseData data = 1 [json_name = "data"];
-
-