Interface GameMarketsGoalScorerOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
GameMarketsGoalScorer,GameMarketsGoalScorer.Builder
public interface GameMarketsGoalScorerOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAnytimeMarketId()int32 anytime_market_id = 2 [json_name = "anytimeMarketId"];intgetFirstMarketId()int32 first_market_id = 1 [json_name = "firstMarketId"];GoalScorergetOutcomes(int index)repeated .streamlayer.sportsdata.client.bets.GoalScorer outcomes = 3 [json_name = "outcomes"];intgetOutcomesCount()repeated .streamlayer.sportsdata.client.bets.GoalScorer outcomes = 3 [json_name = "outcomes"];java.util.List<GoalScorer>getOutcomesList()repeated .streamlayer.sportsdata.client.bets.GoalScorer outcomes = 3 [json_name = "outcomes"];
-
-
-
Method Detail
-
getFirstMarketId
int getFirstMarketId()
int32 first_market_id = 1 [json_name = "firstMarketId"];- Returns:
- The firstMarketId.
-
getAnytimeMarketId
int getAnytimeMarketId()
int32 anytime_market_id = 2 [json_name = "anytimeMarketId"];- Returns:
- The anytimeMarketId.
-
getOutcomesList
java.util.List<GoalScorer> getOutcomesList()
repeated .streamlayer.sportsdata.client.bets.GoalScorer outcomes = 3 [json_name = "outcomes"];
-
getOutcomes
GoalScorer getOutcomes(int index)
repeated .streamlayer.sportsdata.client.bets.GoalScorer outcomes = 3 [json_name = "outcomes"];
-
getOutcomesCount
int getOutcomesCount()
repeated .streamlayer.sportsdata.client.bets.GoalScorer outcomes = 3 [json_name = "outcomes"];
-
-