public abstract class BetRecord extends java.lang.Object implements IBetRecord
| Constructor and Description |
|---|
BetRecord(java.lang.String matchId,
java.lang.String eventId,
long id,
OddType oddType,
LBType lbType,
TimeType timetype,
java.lang.String sportbook,
OddFormat oddFormat,
java.util.Map<java.lang.String,java.lang.String> meta) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
eventId()
Retrieve eventID of parent event
|
long |
id()
Retrieve odd id
|
LBType |
lbType()
Retrieve LBType.
|
java.lang.String |
matchId()
Retrieve match ID of parent match
|
java.util.Map<java.lang.String,java.lang.String> |
meta() |
OddFormat |
oddFormat()
Retrieve odd rate format.
|
OddType |
oddType()
Retrieve oddType.
|
java.lang.String |
source()
Retrieve name of the sportbook
|
TimeType |
timeType()
Retrieve TimeType that indicates when the odd will settle.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrateIds, ratespublic long id()
id in interface IBetRecordpublic OddFormat oddFormat()
oddFormat in interface IBetRecordpublic OddType oddType()
oddType in interface IBetRecordpublic LBType lbType()
lbType in interface IBetRecordpublic java.lang.String eventId()
eventId in interface IBetRecordpublic java.lang.String matchId()
matchId in interface IBetRecordpublic java.lang.String source()
source in interface IBetRecordpublic TimeType timeType()
timeType in interface IBetRecordpublic java.util.Map<java.lang.String,java.lang.String> meta()
meta in interface jayeson.lib.feed.api.Attributable