Interface GameMarketsShotsOnTargetOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getOneMarketId()
      int32 one_market_id = 1 [json_name = "oneMarketId"];
      ShotsOnTarget getOutcomes​(int index)
      repeated .streamlayer.sportsdata.client.bets.ShotsOnTarget outcomes = 3 [json_name = "outcomes"];
      int getOutcomesCount()
      repeated .streamlayer.sportsdata.client.bets.ShotsOnTarget outcomes = 3 [json_name = "outcomes"];
      java.util.List<ShotsOnTarget> getOutcomesList()
      repeated .streamlayer.sportsdata.client.bets.ShotsOnTarget outcomes = 3 [json_name = "outcomes"];
      int getTwoMarketId()
      int32 two_market_id = 2 [json_name = "twoMarketId"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getOneMarketId

        int getOneMarketId()
        int32 one_market_id = 1 [json_name = "oneMarketId"];
        Returns:
        The oneMarketId.
      • getTwoMarketId

        int getTwoMarketId()
        int32 two_market_id = 2 [json_name = "twoMarketId"];
        Returns:
        The twoMarketId.
      • getOutcomesList

        java.util.List<ShotsOnTarget> getOutcomesList()
        repeated .streamlayer.sportsdata.client.bets.ShotsOnTarget outcomes = 3 [json_name = "outcomes"];
      • getOutcomes

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

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