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 |
---|---|
OddType |
PartitionKey.oddType() |
OddType |
IBetRecord.oddType()
Retrieve oddType which is one of LIVE, EARLY or TODAY
|
static OddType |
OddType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OddType[] |
OddType.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.lang.String bookId,
OddType oddType)
Retrieve collection of records by a particular book id and odd type
|
default boolean |
IBetEvent.hasOddType(OddType oddType)
Check if there are given odd type records in this event
|
Constructor and Description |
---|
PartitionKey(java.lang.String source,
OddType oddType,
SportType sportType) |
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<? extends IB2Record> |
IB2Event.getRecords(java.lang.String bookId,
OddType oddType) |
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<BasketballRecord> |
BasketballEvent.getRecords(java.lang.String bookId,
OddType oddType)
Retrieve collection of basketball records basing on the specific book id and odd type
|
Modifier and Type | Method and Description |
---|---|
OddType |
BetRecord.oddType()
Retrieve oddType.
|
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.lang.String bookId,
OddType oddType)
Retrieve soccer records basing on the specific book id and odd type
|
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<TennisRecord> |
TennisEvent.getRecords(java.lang.String bookId,
OddType oddType)
Retrieve collection of tennis records basing on the specific book id and odd type
|
Modifier and Type | Method and Description |
---|---|
OddType |
MarketFilterRule.getMonitorMarketType() |
Modifier and Type | Method and Description |
---|---|
java.util.List<OddType> |
OddTypeFilterRule.getOddTypes() |
Modifier and Type | Method and Description |
---|---|
void |
MarketFilterRule.setMonitorMarketType(OddType monitorMarketType) |
Modifier and Type | Method and Description |
---|---|
void |
OddTypeFilterRule.setOddTypes(java.util.List<OddType> oddTypes) |