Interface GameLineOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      NbaGameLine getNba()
      .streamlayer.sportsdata.client.bets.NbaGameLine nba = 3 [json_name = "nba"];
      NflGameLine getNfl()
      .streamlayer.sportsdata.client.bets.NflGameLine nfl = 2 [json_name = "nfl"];
      SoccerGameLine getSoccer()
      .streamlayer.sportsdata.client.bets.SoccerGameLine soccer = 1 [json_name = "soccer"];
      boolean hasNba()
      .streamlayer.sportsdata.client.bets.NbaGameLine nba = 3 [json_name = "nba"];
      boolean hasNfl()
      .streamlayer.sportsdata.client.bets.NflGameLine nfl = 2 [json_name = "nfl"];
      boolean hasSoccer()
      .streamlayer.sportsdata.client.bets.SoccerGameLine soccer = 1 [json_name = "soccer"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasSoccer

        boolean hasSoccer()
        .streamlayer.sportsdata.client.bets.SoccerGameLine soccer = 1 [json_name = "soccer"];
        Returns:
        Whether the soccer field is set.
      • getSoccer

        SoccerGameLine getSoccer()
        .streamlayer.sportsdata.client.bets.SoccerGameLine soccer = 1 [json_name = "soccer"];
        Returns:
        The soccer.
      • hasNfl

        boolean hasNfl()
        .streamlayer.sportsdata.client.bets.NflGameLine nfl = 2 [json_name = "nfl"];
        Returns:
        Whether the nfl field is set.
      • getNfl

        NflGameLine getNfl()
        .streamlayer.sportsdata.client.bets.NflGameLine nfl = 2 [json_name = "nfl"];
        Returns:
        The nfl.
      • hasNba

        boolean hasNba()
        .streamlayer.sportsdata.client.bets.NbaGameLine nba = 3 [json_name = "nba"];
        Returns:
        Whether the nba field is set.
      • getNba

        NbaGameLine getNba()
        .streamlayer.sportsdata.client.bets.NbaGameLine nba = 3 [json_name = "nba"];
        Returns:
        The nba.