Interface GameMarketsOutcomesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
GameMarketsOutcomes,GameMarketsOutcomes.Builder
public interface GameMarketsOutcomesOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMarketId()int32 market_id = 1 [json_name = "marketId"];OutcomegetOutcomes(int index)repeated .streamlayer.sportsdata.Outcome outcomes = 2 [json_name = "outcomes"];intgetOutcomesCount()repeated .streamlayer.sportsdata.Outcome outcomes = 2 [json_name = "outcomes"];java.util.List<Outcome>getOutcomesList()repeated .streamlayer.sportsdata.Outcome outcomes = 2 [json_name = "outcomes"];
-
-
-
Method Detail
-
getMarketId
int getMarketId()
int32 market_id = 1 [json_name = "marketId"];- Returns:
- The marketId.
-
getOutcomesList
java.util.List<Outcome> getOutcomesList()
repeated .streamlayer.sportsdata.Outcome outcomes = 2 [json_name = "outcomes"];
-
getOutcomes
Outcome getOutcomes(int index)
repeated .streamlayer.sportsdata.Outcome outcomes = 2 [json_name = "outcomes"];
-
getOutcomesCount
int getOutcomesCount()
repeated .streamlayer.sportsdata.Outcome outcomes = 2 [json_name = "outcomes"];
-
-