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