Package com.streamlayer.sports.soccer
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 doublegetAwayTeamWin()double away_team_win = 3 [json_name = "awayTeamWin"];doublegetDraw()double draw = 2 [json_name = "draw"];doublegetHomeTeamWin()double home_team_win = 1 [json_name = "homeTeamWin"];
-
-
-
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.
-
-