Interface GameMarketsGoalScorerOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getAnytimeMarketId()
      int32 anytime_market_id = 2 [json_name = "anytimeMarketId"];
      int getFirstMarketId()
      int32 first_market_id = 1 [json_name = "firstMarketId"];
      GoalScorer getOutcomes​(int index)
      repeated .streamlayer.sportsdata.client.bets.GoalScorer outcomes = 3 [json_name = "outcomes"];
      int getOutcomesCount()
      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"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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"];