Interface GameMarketsTDScorerOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    GameMarketsTDScorer, GameMarketsTDScorer.Builder

    public interface GameMarketsTDScorerOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • 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"];
      TDScorer getOutcomes​(int index)
      repeated .streamlayer.sportsdata.client.bets.TDScorer outcomes = 3 [json_name = "outcomes"];
      int getOutcomesCount()
      repeated .streamlayer.sportsdata.client.bets.TDScorer outcomes = 3 [json_name = "outcomes"];
      java.util.List<TDScorer> getOutcomesList()
      repeated .streamlayer.sportsdata.client.bets.TDScorer 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<TDScorer> getOutcomesList()
        repeated .streamlayer.sportsdata.client.bets.TDScorer outcomes = 3 [json_name = "outcomes"];
      • getOutcomes

        TDScorer getOutcomes​(int index)
        repeated .streamlayer.sportsdata.client.bets.TDScorer outcomes = 3 [json_name = "outcomes"];
      • getOutcomesCount

        int getOutcomesCount()
        repeated .streamlayer.sportsdata.client.bets.TDScorer outcomes = 3 [json_name = "outcomes"];