Interface GameMarketsScoringPlayOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getMarketId()
      int32 market_id = 1 [json_name = "marketId"];
      ScoringPlay getOutcomes()
      .streamlayer.sportsdata.client.bets.ScoringPlay outcomes = 2 [json_name = "outcomes"];
      boolean hasOutcomes()
      .streamlayer.sportsdata.client.bets.ScoringPlay 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.
      • hasOutcomes

        boolean hasOutcomes()
        .streamlayer.sportsdata.client.bets.ScoringPlay outcomes = 2 [json_name = "outcomes"];
        Returns:
        Whether the outcomes field is set.
      • getOutcomes

        ScoringPlay getOutcomes()
        .streamlayer.sportsdata.client.bets.ScoringPlay outcomes = 2 [json_name = "outcomes"];
        Returns:
        The outcomes.