Interface GameMarketsYardsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
GameMarketsYards,GameMarketsYards.Builder
public interface GameMarketsYardsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMarketId()int32 market_id = 1 [json_name = "marketId"];YardsgetOutcome().streamlayer.sportsdata.client.bets.Yards outcome = 2 [json_name = "outcome"];booleanhasOutcome().streamlayer.sportsdata.client.bets.Yards outcome = 2 [json_name = "outcome"];
-
-
-
Method Detail
-
getMarketId
int getMarketId()
int32 market_id = 1 [json_name = "marketId"];- Returns:
- The marketId.
-
hasOutcome
boolean hasOutcome()
.streamlayer.sportsdata.client.bets.Yards outcome = 2 [json_name = "outcome"];- Returns:
- Whether the outcome field is set.
-
getOutcome
Yards getOutcome()
.streamlayer.sportsdata.client.bets.Yards outcome = 2 [json_name = "outcome"];- Returns:
- The outcome.
-
-