Package com.streamlayer.inplay.common
Interface MarketOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Market,Market.Builder
public interface MarketOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetExpiryUtc()string expiry_utc = 3 [json_name = "expiryUtc"];com.google.protobuf.ByteStringgetExpiryUtcBytes()string expiry_utc = 3 [json_name = "expiryUtc"];intgetExpiryUtcTimestamp()int32 expiry_utc_timestamp = 10 [json_name = "expiryUtcTimestamp"];java.lang.StringgetGame()string game = 5 [json_name = "game"];com.google.protobuf.ByteStringgetGameBytes()string game = 5 [json_name = "game"];doublegetHandicap()double handicap = 6 [json_name = "handicap"];java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];java.lang.StringgetName()string name = 4 [json_name = "name"];com.google.protobuf.ByteStringgetNameBytes()string name = 4 [json_name = "name"];SelectiongetSelections(int index)repeated .streamlayer.inplay.common.Selection selections = 9 [json_name = "selections"];intgetSelectionsCount()repeated .streamlayer.inplay.common.Selection selections = 9 [json_name = "selections"];java.util.List<Selection>getSelectionsList()repeated .streamlayer.inplay.common.Selection selections = 9 [json_name = "selections"];intgetSequence()int32 sequence = 2 [json_name = "sequence"];MarketStatusgetTradingStatus().streamlayer.inplay.common.MarketStatus trading_status = 8 [json_name = "tradingStatus"];intgetTradingStatusValue().streamlayer.inplay.common.MarketStatus trading_status = 8 [json_name = "tradingStatus"];java.lang.StringgetUpdated()string updated = 7 [json_name = "updated"];com.google.protobuf.ByteStringgetUpdatedBytes()string updated = 7 [json_name = "updated"];
-
-
-
Method Detail
-
getId
java.lang.String getId()
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getSequence
int getSequence()
int32 sequence = 2 [json_name = "sequence"];- Returns:
- The sequence.
-
getExpiryUtc
java.lang.String getExpiryUtc()
string expiry_utc = 3 [json_name = "expiryUtc"];- Returns:
- The expiryUtc.
-
getExpiryUtcBytes
com.google.protobuf.ByteString getExpiryUtcBytes()
string expiry_utc = 3 [json_name = "expiryUtc"];- Returns:
- The bytes for expiryUtc.
-
getName
java.lang.String getName()
string name = 4 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 4 [json_name = "name"];- Returns:
- The bytes for name.
-
getGame
java.lang.String getGame()
string game = 5 [json_name = "game"];- Returns:
- The game.
-
getGameBytes
com.google.protobuf.ByteString getGameBytes()
string game = 5 [json_name = "game"];- Returns:
- The bytes for game.
-
getHandicap
double getHandicap()
double handicap = 6 [json_name = "handicap"];- Returns:
- The handicap.
-
getUpdated
java.lang.String getUpdated()
string updated = 7 [json_name = "updated"];- Returns:
- The updated.
-
getUpdatedBytes
com.google.protobuf.ByteString getUpdatedBytes()
string updated = 7 [json_name = "updated"];- Returns:
- The bytes for updated.
-
getExpiryUtcTimestamp
int getExpiryUtcTimestamp()
int32 expiry_utc_timestamp = 10 [json_name = "expiryUtcTimestamp"];- Returns:
- The expiryUtcTimestamp.
-
getTradingStatusValue
int getTradingStatusValue()
.streamlayer.inplay.common.MarketStatus trading_status = 8 [json_name = "tradingStatus"];- Returns:
- The enum numeric value on the wire for tradingStatus.
-
getTradingStatus
MarketStatus getTradingStatus()
.streamlayer.inplay.common.MarketStatus trading_status = 8 [json_name = "tradingStatus"];- Returns:
- The tradingStatus.
-
getSelectionsList
java.util.List<Selection> getSelectionsList()
repeated .streamlayer.inplay.common.Selection selections = 9 [json_name = "selections"];
-
getSelections
Selection getSelections(int index)
repeated .streamlayer.inplay.common.Selection selections = 9 [json_name = "selections"];
-
getSelectionsCount
int getSelectionsCount()
repeated .streamlayer.inplay.common.Selection selections = 9 [json_name = "selections"];
-
-