Interface GameLineTotalGoalsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
GameLineTotalGoals,GameLineTotalGoals.Builder
public interface GameLineTotalGoalsOrBuilder 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"];TotalGoalsgetOutcomes(int index)repeated .streamlayer.sportsdata.client.bets.TotalGoals outcomes = 2 [json_name = "outcomes"];intgetOutcomesCount()repeated .streamlayer.sportsdata.client.bets.TotalGoals outcomes = 2 [json_name = "outcomes"];java.util.List<TotalGoals>getOutcomesList()repeated .streamlayer.sportsdata.client.bets.TotalGoals outcomes = 2 [json_name = "outcomes"];
-
-
-
Method Detail
-
getMarketId
int getMarketId()
int32 market_id = 1 [json_name = "marketId"];- Returns:
- The marketId.
-
getOutcomesList
java.util.List<TotalGoals> getOutcomesList()
repeated .streamlayer.sportsdata.client.bets.TotalGoals outcomes = 2 [json_name = "outcomes"];
-
getOutcomes
TotalGoals getOutcomes(int index)
repeated .streamlayer.sportsdata.client.bets.TotalGoals outcomes = 2 [json_name = "outcomes"];
-
getOutcomesCount
int getOutcomesCount()
repeated .streamlayer.sportsdata.client.bets.TotalGoals outcomes = 2 [json_name = "outcomes"];
-
-