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 |
Modifier and Type | Method and Description |
---|---|
IBetEventState |
IBetEvent.eventState()
Retrieve primary event state
|
IBetEventState |
IBetEvent.getEventState(java.lang.String sportsBook)
Retrieve IBetEventState basing on the name of sportbook
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends IBetEventState> |
IBetEvent.eventStates()
Retrieve event state from all sportbook.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IB2EventState
A representation of event states which only have two participants
|
Modifier and Type | Class and Description |
---|---|
class |
BasketballEventState
A representation of basketball event states which only have two participants
|
Modifier and Type | Class and Description |
---|---|
class |
B2EventState |
class |
BetEventState<E extends IBetEvent> |
Modifier and Type | Method and Description |
---|---|
IBetEventState |
BetEvent.eventState()
Retrieve primary event state
|
IBetEventState |
BetEvent.getEventState(java.lang.String sportsBook)
Retrieve IBetEventState basing on the name of sportbook
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends IBetEventState> |
BetEvent.eventStates()
Retrieve event state from all sportbook.
|
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 | Class and Description |
---|---|
class |
SoccerEventState
A representation of soccer events states which only have two participants
|
Modifier and Type | Class and Description |
---|---|
class |
TennisEventState
A representation of tennis event states which only have two participants
|