Interface NflGameMarketsOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      GameMarketsScoringPlay getFirstScoringPlay()
      .streamlayer.sportsdata.client.bets.GameMarketsScoringPlay first_scoring_play = 2 [json_name = "firstScoringPlay"];
      GameMarketsTeamToScore getFirstTeamToScore()
      .streamlayer.sportsdata.client.bets.GameMarketsTeamToScore first_team_to_score = 1 [json_name = "firstTeamToScore"];
      GameMarketsYards getPassingYards​(int index)
      repeated .streamlayer.sportsdata.client.bets.GameMarketsYards passing_yards = 5 [json_name = "passingYards"];
      int getPassingYardsCount()
      repeated .streamlayer.sportsdata.client.bets.GameMarketsYards passing_yards = 5 [json_name = "passingYards"];
      java.util.List<GameMarketsYards> getPassingYardsList()
      repeated .streamlayer.sportsdata.client.bets.GameMarketsYards passing_yards = 5 [json_name = "passingYards"];
      GameMarketsYards getReceivingYards​(int index)
      repeated .streamlayer.sportsdata.client.bets.GameMarketsYards receiving_yards = 7 [json_name = "receivingYards"];
      int getReceivingYardsCount()
      repeated .streamlayer.sportsdata.client.bets.GameMarketsYards receiving_yards = 7 [json_name = "receivingYards"];
      java.util.List<GameMarketsYards> getReceivingYardsList()
      repeated .streamlayer.sportsdata.client.bets.GameMarketsYards receiving_yards = 7 [json_name = "receivingYards"];
      GameMarketsYards getRushingYards​(int index)
      repeated .streamlayer.sportsdata.client.bets.GameMarketsYards rushing_yards = 6 [json_name = "rushingYards"];
      int getRushingYardsCount()
      repeated .streamlayer.sportsdata.client.bets.GameMarketsYards rushing_yards = 6 [json_name = "rushingYards"];
      java.util.List<GameMarketsYards> getRushingYardsList()
      repeated .streamlayer.sportsdata.client.bets.GameMarketsYards rushing_yards = 6 [json_name = "rushingYards"];
      GameMarketsTDScorer getTdScorer()
      .streamlayer.sportsdata.client.bets.GameMarketsTDScorer td_scorer = 3 [json_name = "tdScorer"];
      boolean hasFirstScoringPlay()
      .streamlayer.sportsdata.client.bets.GameMarketsScoringPlay first_scoring_play = 2 [json_name = "firstScoringPlay"];
      boolean hasFirstTeamToScore()
      .streamlayer.sportsdata.client.bets.GameMarketsTeamToScore first_team_to_score = 1 [json_name = "firstTeamToScore"];
      boolean hasTdScorer()
      .streamlayer.sportsdata.client.bets.GameMarketsTDScorer td_scorer = 3 [json_name = "tdScorer"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasFirstTeamToScore

        boolean hasFirstTeamToScore()
        .streamlayer.sportsdata.client.bets.GameMarketsTeamToScore first_team_to_score = 1 [json_name = "firstTeamToScore"];
        Returns:
        Whether the firstTeamToScore field is set.
      • getFirstTeamToScore

        GameMarketsTeamToScore getFirstTeamToScore()
        .streamlayer.sportsdata.client.bets.GameMarketsTeamToScore first_team_to_score = 1 [json_name = "firstTeamToScore"];
        Returns:
        The firstTeamToScore.
      • hasFirstScoringPlay

        boolean hasFirstScoringPlay()
        .streamlayer.sportsdata.client.bets.GameMarketsScoringPlay first_scoring_play = 2 [json_name = "firstScoringPlay"];
        Returns:
        Whether the firstScoringPlay field is set.
      • getFirstScoringPlay

        GameMarketsScoringPlay getFirstScoringPlay()
        .streamlayer.sportsdata.client.bets.GameMarketsScoringPlay first_scoring_play = 2 [json_name = "firstScoringPlay"];
        Returns:
        The firstScoringPlay.
      • hasTdScorer

        boolean hasTdScorer()
        .streamlayer.sportsdata.client.bets.GameMarketsTDScorer td_scorer = 3 [json_name = "tdScorer"];
        Returns:
        Whether the tdScorer field is set.
      • getTdScorer

        GameMarketsTDScorer getTdScorer()
        .streamlayer.sportsdata.client.bets.GameMarketsTDScorer td_scorer = 3 [json_name = "tdScorer"];
        Returns:
        The tdScorer.
      • getPassingYardsList

        java.util.List<GameMarketsYards> getPassingYardsList()
        repeated .streamlayer.sportsdata.client.bets.GameMarketsYards passing_yards = 5 [json_name = "passingYards"];
      • getPassingYards

        GameMarketsYards getPassingYards​(int index)
        repeated .streamlayer.sportsdata.client.bets.GameMarketsYards passing_yards = 5 [json_name = "passingYards"];
      • getPassingYardsCount

        int getPassingYardsCount()
        repeated .streamlayer.sportsdata.client.bets.GameMarketsYards passing_yards = 5 [json_name = "passingYards"];
      • getRushingYardsList

        java.util.List<GameMarketsYards> getRushingYardsList()
        repeated .streamlayer.sportsdata.client.bets.GameMarketsYards rushing_yards = 6 [json_name = "rushingYards"];
      • getRushingYards

        GameMarketsYards getRushingYards​(int index)
        repeated .streamlayer.sportsdata.client.bets.GameMarketsYards rushing_yards = 6 [json_name = "rushingYards"];
      • getRushingYardsCount

        int getRushingYardsCount()
        repeated .streamlayer.sportsdata.client.bets.GameMarketsYards rushing_yards = 6 [json_name = "rushingYards"];
      • getReceivingYardsList

        java.util.List<GameMarketsYards> getReceivingYardsList()
        repeated .streamlayer.sportsdata.client.bets.GameMarketsYards receiving_yards = 7 [json_name = "receivingYards"];
      • getReceivingYards

        GameMarketsYards getReceivingYards​(int index)
        repeated .streamlayer.sportsdata.client.bets.GameMarketsYards receiving_yards = 7 [json_name = "receivingYards"];
      • getReceivingYardsCount

        int getReceivingYardsCount()
        repeated .streamlayer.sportsdata.client.bets.GameMarketsYards receiving_yards = 7 [json_name = "receivingYards"];