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 | Field and Description |
---|---|
java.lang.Class<? extends TimeType> |
SportType.timeTypeClass |
Modifier and Type | Method and Description |
---|---|
static <T extends TimeType> |
TimeType.serialize(T timeType)
Gets the JSON representation of the given TimeType.
|
Modifier and Type | Method and Description |
---|---|
static TimeType |
TimeType.deserialize(com.fasterxml.jackson.databind.JsonNode node)
Gets the TimeType object from the given JSON node.
|
static TimeType |
TimeType.deserialize(java.lang.String value)
Gets the TimeType object from the given JSON string.
|
static TimeType |
TimeType.fromName(SportType sportType,
java.lang.String name)
Gets the TimeType object from a given SportType and TimeType name.
|
TimeType |
IBetRecord.timeType()
Retrieve timeType which indicates when the odd will settle.
|
Modifier and Type | Method and Description |
---|---|
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
|
default boolean |
IBetEvent.hasTimeType(TimeType timeType) |
default java.util.Collection<? extends IBetRecord> |
IBetEvent.records(TimeType t)
Retrieve collection of records by a particular time type object
|
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<? extends IB2Record> |
IB2Event.getRecords(java.lang.String bookId,
TimeType timeType) |
default java.util.Collection<? extends IB2Record> |
IB2Event.records(TimeType timeType) |
Modifier and Type | Class and Description |
---|---|
class |
BasketballTimeType
BasketballTimeType represents the time type for Basketball matches
|
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<BasketballRecord> |
BasketballEvent.getRecords(java.lang.String bookId,
TimeType timeType)
Retrieve collection of basketball records basing on the specific book id and time type
|
default java.util.Collection<BasketballRecord> |
BasketballEvent.records(TimeType timeType)
Retrieve collection of basketball records basing on the specific type of time type
|
Modifier and Type | Method and Description |
---|---|
TimeType |
BetRecord.timeType()
Retrieve TimeType that indicates when the odd will settle.
|
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 | Class and Description |
---|---|
class |
SoccerTimeType
SoccerTimeType represents the time type for Soccer matches
|
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<SoccerRecord> |
SoccerEvent.getRecords(java.lang.String bookId,
TimeType timeType)
Retrieve collection of soccer records basing on the specific book id and time type
|
default java.util.Collection<SoccerRecord> |
SoccerEvent.records(TimeType timeType)
Retrieve collection of soccer records basing on the specific type of time type.
|
Modifier and Type | Class and Description |
---|---|
class |
TennisTimeType
TennisTimeType represents the time type for Tennis matches
|
Modifier and Type | Method and Description |
---|---|
int |
TennisTimeType.compareTo(TimeType timeType) |
default java.util.Collection<TennisRecord> |
TennisEvent.getRecords(java.lang.String bookId,
TimeType timeType)
Retrieve collection of tennis records basing on the specific book id and time type
|
default java.util.Collection<TennisRecord> |
TennisEvent.records(TimeType timeType)
Retrieve collection of tennis records basing on the specific type of time type
|
Modifier and Type | Class and Description |
---|---|
class |
TimePivotType<T extends TimeType> |
class |
TimePivotTypeFilterRule<T extends TimeType>
Checks if an odd record is of a certain time and pivot type.
|
class |
TimeTypeFilterRule<T extends TimeType>
Checks if an odd record is with the specified time type.
|