Interface GameLineSpreadOrBuilder

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

    public interface GameLineSpreadOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getMarketId()
      int32 market_id = 1 [json_name = "marketId"];
      Spread getOutcomes​(int index)
      repeated .streamlayer.sportsdata.client.bets.Spread outcomes = 2 [json_name = "outcomes"];
      int getOutcomesCount()
      repeated .streamlayer.sportsdata.client.bets.Spread outcomes = 2 [json_name = "outcomes"];
      java.util.List<Spread> getOutcomesList()
      repeated .streamlayer.sportsdata.client.bets.Spread outcomes = 2 [json_name = "outcomes"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getMarketId

        int getMarketId()
        int32 market_id = 1 [json_name = "marketId"];
        Returns:
        The marketId.
      • getOutcomesList

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

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

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