Package | Description |
---|---|
jayeson.lib.feed.api | |
jayeson.lib.feed.api.twoside | |
jayeson.lib.feed.basketball | |
jayeson.lib.feed.core | |
jayeson.lib.feed.soccer | |
jayeson.lib.feed.tennis | |
jayeson.model.filterrules |
Modifier and Type | Method and Description |
---|---|
LBType |
IBetRecord.lbType()
Retrieve lbType either LAY or BACK, default to BACK.
|
static LBType |
LBType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LBType[] |
LBType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<? extends IBetRecord> |
IBetEvent.getRecords(java.util.List<java.lang.String> bookIdList,
LBType lbType)
Retrieve collection of records by a particular book id list and lay/back type
|
default java.util.Collection<? extends IBetRecord> |
IBetEvent.getRecords(java.lang.String bookId,
LBType lbType)
Retrieve collection of records by a particular book id and lay/back type
|
default boolean |
IBetEvent.hasLBType(LBType lbType)
Check if there are lbType records in the event object.
|
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<? extends IB2Record> |
IB2Event.getRecords(java.util.List<java.lang.String> bookIdList,
LBType lbType) |
default java.util.Collection<? extends IB2Record> |
IB2Event.getRecords(java.lang.String bookId,
LBType lbType) |
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<BasketballRecord> |
BasketballEvent.getRecords(java.util.List<java.lang.String> bookIdList,
LBType lbType)
Retrieve collection of basketball records basing on the specific book id list and lay/back type
|
default java.util.Collection<BasketballRecord> |
BasketballEvent.getRecords(java.lang.String bookId,
LBType lbType)
Retrieve collection of basketball records basing on the specific book id and lay/back type
|
Modifier and Type | Method and Description |
---|---|
LBType |
BetRecord.lbType()
Retrieve LBType.
|
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) |
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 |
---|---|
default java.util.Collection<SoccerRecord> |
SoccerEvent.getRecords(java.util.List<java.lang.String> bookIdList,
LBType lbType)
Retrieve collection of soccer records basing on the specific book id list and lay/back type.
|
default java.util.Collection<SoccerRecord> |
SoccerEvent.getRecords(java.lang.String bookId,
LBType lbType)
Retrieve collection of soccer records basing on the specific book id and lay/back type
|
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<TennisRecord> |
TennisEvent.getRecords(java.util.List<java.lang.String> bookIdList,
LBType lbType)
Retrieve collection of tennis records basing on the specific book id list and lay/back type
|
default java.util.Collection<TennisRecord> |
TennisEvent.getRecords(java.lang.String bookId,
LBType lbType)
Retrieve collection of tennis records basing on the specific book id and lay/back type
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LBType> |
LayBackTypeFilterRule.getTypes() |
Modifier and Type | Method and Description |
---|---|
void |
LayBackTypeFilterRule.setTypes(java.util.List<LBType> types) |