Interface GameMarketsYardsOrBuilder

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

    public interface GameMarketsYardsOrBuilder
    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"];
      Yards getOutcome()
      .streamlayer.sportsdata.client.bets.Yards outcome = 2 [json_name = "outcome"];
      boolean hasOutcome()
      .streamlayer.sportsdata.client.bets.Yards outcome = 2 [json_name = "outcome"];
      • 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.
      • hasOutcome

        boolean hasOutcome()
        .streamlayer.sportsdata.client.bets.Yards outcome = 2 [json_name = "outcome"];
        Returns:
        Whether the outcome field is set.
      • getOutcome

        Yards getOutcome()
        .streamlayer.sportsdata.client.bets.Yards outcome = 2 [json_name = "outcome"];
        Returns:
        The outcome.