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, wait
rateIds, rates
public long id()
id
in interface IBetRecord
public OddFormat oddFormat()
oddFormat
in interface IBetRecord
public OddType oddType()
oddType
in interface IBetRecord
public LBType lbType()
lbType
in interface IBetRecord
public java.lang.String eventId()
eventId
in interface IBetRecord
public java.lang.String matchId()
matchId
in interface IBetRecord
public java.lang.String source()
source
in interface IBetRecord
public TimeType timeType()
timeType
in interface IBetRecord
public java.util.Map<java.lang.String,java.lang.String> meta()
meta
in interface jayeson.lib.feed.api.Attributable