Interface SoccerMatchOddsOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getAwayTeamWin()
      double away_team_win = 3 [json_name = "awayTeamWin"];
      double getDraw()
      double draw = 2 [json_name = "draw"];
      double getHomeTeamWin()
      double home_team_win = 1 [json_name = "homeTeamWin"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getHomeTeamWin

        double getHomeTeamWin()
        double home_team_win = 1 [json_name = "homeTeamWin"];
        Returns:
        The homeTeamWin.
      • getDraw

        double getDraw()
        double draw = 2 [json_name = "draw"];
        Returns:
        The draw.
      • getAwayTeamWin

        double getAwayTeamWin()
        double away_team_win = 3 [json_name = "awayTeamWin"];
        Returns:
        The awayTeamWin.