Interface SoccerGameLineOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SoccerGameLine,SoccerGameLine.Builder
public interface SoccerGameLineOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GameLineMoneyLinegetDrawNoBet().streamlayer.sportsdata.client.bets.GameLineMoneyLine draw_no_bet = 2 [json_name = "drawNoBet"];GameLineMoneyLinegetMoneyline().streamlayer.sportsdata.client.bets.GameLineMoneyLine moneyline = 1 [json_name = "moneyline"];GameOddsgetOdds().streamlayer.sportsdata.GameOdds odds = 5 [json_name = "odds"];GameLineSpreadgetSpread().streamlayer.sportsdata.client.bets.GameLineSpread spread = 4 [json_name = "spread"];GameLineTotalGoalsgetTotalGoals().streamlayer.sportsdata.client.bets.GameLineTotalGoals total_goals = 3 [json_name = "totalGoals"];booleanhasDrawNoBet().streamlayer.sportsdata.client.bets.GameLineMoneyLine draw_no_bet = 2 [json_name = "drawNoBet"];booleanhasMoneyline().streamlayer.sportsdata.client.bets.GameLineMoneyLine moneyline = 1 [json_name = "moneyline"];booleanhasOdds().streamlayer.sportsdata.GameOdds odds = 5 [json_name = "odds"];booleanhasSpread().streamlayer.sportsdata.client.bets.GameLineSpread spread = 4 [json_name = "spread"];booleanhasTotalGoals().streamlayer.sportsdata.client.bets.GameLineTotalGoals total_goals = 3 [json_name = "totalGoals"];
-
-
-
Method Detail
-
hasMoneyline
boolean hasMoneyline()
.streamlayer.sportsdata.client.bets.GameLineMoneyLine moneyline = 1 [json_name = "moneyline"];- Returns:
- Whether the moneyline field is set.
-
getMoneyline
GameLineMoneyLine getMoneyline()
.streamlayer.sportsdata.client.bets.GameLineMoneyLine moneyline = 1 [json_name = "moneyline"];- Returns:
- The moneyline.
-
hasDrawNoBet
boolean hasDrawNoBet()
.streamlayer.sportsdata.client.bets.GameLineMoneyLine draw_no_bet = 2 [json_name = "drawNoBet"];- Returns:
- Whether the drawNoBet field is set.
-
getDrawNoBet
GameLineMoneyLine getDrawNoBet()
.streamlayer.sportsdata.client.bets.GameLineMoneyLine draw_no_bet = 2 [json_name = "drawNoBet"];- Returns:
- The drawNoBet.
-
hasTotalGoals
boolean hasTotalGoals()
.streamlayer.sportsdata.client.bets.GameLineTotalGoals total_goals = 3 [json_name = "totalGoals"];- Returns:
- Whether the totalGoals field is set.
-
getTotalGoals
GameLineTotalGoals getTotalGoals()
.streamlayer.sportsdata.client.bets.GameLineTotalGoals total_goals = 3 [json_name = "totalGoals"];- Returns:
- The totalGoals.
-
hasSpread
boolean hasSpread()
.streamlayer.sportsdata.client.bets.GameLineSpread spread = 4 [json_name = "spread"];- Returns:
- Whether the spread field is set.
-
getSpread
GameLineSpread getSpread()
.streamlayer.sportsdata.client.bets.GameLineSpread spread = 4 [json_name = "spread"];- Returns:
- The spread.
-
hasOdds
boolean hasOdds()
.streamlayer.sportsdata.GameOdds odds = 5 [json_name = "odds"];- Returns:
- Whether the odds field is set.
-
getOdds
GameOdds getOdds()
.streamlayer.sportsdata.GameOdds odds = 5 [json_name = "odds"];- Returns:
- The odds.
-
-