Package | Description |
---|---|
jayeson.lib.feed.api | |
jayeson.lib.feed.api.multi | |
jayeson.lib.feed.api.twoside | |
jayeson.lib.feed.basketball | |
jayeson.lib.feed.core | |
jayeson.lib.feed.soccer | |
jayeson.lib.feed.tennis |
Modifier and Type | Method and Description |
---|---|
default IBetRecord |
IBetEvent.record(java.lang.String source,
long id)
Retrieve a specific IBetRecord with the particular source name and id
|
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)
Retrieve collection of records by a particular book id
|
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 java.util.Collection<? extends IBetRecord> |
IBetEvent.getRecords(java.lang.String bookId,
OddType oddType)
Retrieve collection of records by a particular book id and odd type
|
default java.util.Collection<? extends IBetRecord> |
IBetEvent.getRecords(java.lang.String bookId,
TimeType timeType)
Retrieve collection of records by a particular book id and time type
|
java.util.Collection<? extends IBetRecord> |
IBetEvent.records()
Retrieve collection of records
|
default java.util.Collection<? extends IBetRecord> |
IBetEvent.records(TimeType t)
Retrieve collection of records by a particular time type object
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBMultiRecord |
Modifier and Type | Interface and Description |
---|---|
interface |
IB2Record |
Modifier and Type | Interface and Description |
---|---|
interface |
BasketballRecord
A representation of basketball records which only have two participants
|
Modifier and Type | Class and Description |
---|---|
class |
B2Record |
class |
BetRecord |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends IBetRecord> |
BetEvent.records()
Retrieve collection of records of the event object
|
Constructor and Description |
---|
BetEvent(java.lang.String id,
java.util.Collection<? extends IBetRecord> records,
java.lang.String matchId,
EventType type,
java.util.Collection<? extends IBetEventState> states,
java.util.Map<java.lang.String,java.lang.String> meta) |
Modifier and Type | Interface and Description |
---|---|
interface |
SoccerRecord
A representation of soccer records which only have two participants
|
Modifier and Type | Interface and Description |
---|---|
interface |
TennisRecord
A representation of tennis records which only have two participants
|