Package com.streamlayer.inplay.bets
Interface PlaceResponse.PlaceResponseAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
PlaceResponse.PlaceResponseAttributes,PlaceResponse.PlaceResponseAttributes.Builder
- Enclosing class:
- PlaceResponse
public static interface PlaceResponse.PlaceResponseAttributesOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetAmount()the wager amountintgetMarket()Selected market IDintgetOutcome()Selection - i.e.doublegetPayout()Potential win
-
-
-
Method Detail
-
getMarket
int getMarket()
Selected market ID
int32 market = 1 [json_name = "market"];- Returns:
- The market.
-
getOutcome
int getOutcome()
Selection - i.e. betting opportunity ID
int32 outcome = 2 [json_name = "outcome"];- Returns:
- The outcome.
-
getPayout
double getPayout()
Potential win
double payout = 3 [json_name = "payout"];- Returns:
- The payout.
-
getAmount
double getAmount()
the wager amount
double amount = 4 [json_name = "amount"];- Returns:
- The amount.
-
-