Interface GameMarketsShotsOnTargetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
GameMarketsShotsOnTarget,GameMarketsShotsOnTarget.Builder
public interface GameMarketsShotsOnTargetOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetOneMarketId()int32 one_market_id = 1 [json_name = "oneMarketId"];ShotsOnTargetgetOutcomes(int index)repeated .streamlayer.sportsdata.client.bets.ShotsOnTarget outcomes = 3 [json_name = "outcomes"];intgetOutcomesCount()repeated .streamlayer.sportsdata.client.bets.ShotsOnTarget outcomes = 3 [json_name = "outcomes"];java.util.List<ShotsOnTarget>getOutcomesList()repeated .streamlayer.sportsdata.client.bets.ShotsOnTarget outcomes = 3 [json_name = "outcomes"];intgetTwoMarketId()int32 two_market_id = 2 [json_name = "twoMarketId"];
-
-
-
Method Detail
-
getOneMarketId
int getOneMarketId()
int32 one_market_id = 1 [json_name = "oneMarketId"];- Returns:
- The oneMarketId.
-
getTwoMarketId
int getTwoMarketId()
int32 two_market_id = 2 [json_name = "twoMarketId"];- Returns:
- The twoMarketId.
-
getOutcomesList
java.util.List<ShotsOnTarget> getOutcomesList()
repeated .streamlayer.sportsdata.client.bets.ShotsOnTarget outcomes = 3 [json_name = "outcomes"];
-
getOutcomes
ShotsOnTarget getOutcomes(int index)
repeated .streamlayer.sportsdata.client.bets.ShotsOnTarget outcomes = 3 [json_name = "outcomes"];
-
getOutcomesCount
int getOutcomesCount()
repeated .streamlayer.sportsdata.client.bets.ShotsOnTarget outcomes = 3 [json_name = "outcomes"];
-
-