public class B2Record extends BetRecord implements IB2Record
| Constructor and Description |
|---|
B2Record(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,
float rateOver,
float rateUnder,
float rateEqual,
float pivotValue,
PivotType pivotType,
PivotBias pivotBias,
java.lang.String rateOverId,
java.lang.String rateUnderId,
java.lang.String rateEqualId,
boolean isSwapped) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSwapped()
Whether or not the two side of the record has been swapped
|
PivotBias |
pivotBias()
Retrieve pivot bias that indicates which side has the upper hand.
|
PivotType |
pivotType()
Retrieve pivot type of the record
|
float |
pivotValue()
Retrieve the numeric pivot value
|
float |
rateEqual()
Retrieve rate equal of the record
|
java.lang.String |
rateEqualId()
Retrieve rate equal id of the record
|
java.util.List<java.lang.String> |
rateIds()
Retrive a list of list of rate ids consist of rate over ID, rate under ID and rate equal ID
|
float |
rateOver()
Retrieve rate over (home) of the record
|
java.lang.String |
rateOverId()
Retrieve rate over id of the record
|
java.util.List<java.lang.Float> |
rates()
Retrive a list of list of odds consist of rate over, rate under and rate equal
|
float |
rateUnder()
Retrieve rate under (away) of the record
|
java.lang.String |
rateUnderId()
Retrieve rate under id of the record
|
eventId, id, lbType, matchId, meta, oddFormat, oddType, source, timeTypeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic B2Record(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,
float rateOver,
float rateUnder,
float rateEqual,
float pivotValue,
PivotType pivotType,
PivotBias pivotBias,
java.lang.String rateOverId,
java.lang.String rateUnderId,
java.lang.String rateEqualId,
boolean isSwapped)
public float pivotValue()
pivotValue in interface IB2Recordpublic PivotType pivotType()
IB2Recordpublic PivotBias pivotBias()
IB2Recordpublic boolean isSwapped()
IB2Recordpublic float rateOver()
IB2Recordpublic float rateUnder()
IB2Recordpublic float rateEqual()
IB2Recordpublic java.lang.String rateOverId()
IB2RecordrateOverId in interface IB2Recordpublic java.lang.String rateUnderId()
IB2RecordrateUnderId in interface IB2Recordpublic java.lang.String rateEqualId()
IB2RecordrateEqualId in interface IB2Recordpublic java.util.List<java.lang.Float> rates()
rates in interface IBetRecordpublic java.util.List<java.lang.String> rateIds()
rateIds in interface IBetRecord