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 |
---|---|
IParticipantStats |
IBetEventState.statsOf(int idx)
Get the statistics of a particular participant
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IParticipantStats> |
IBetEventState.stats()
The default ordered list of participants' statistics
|
Modifier and Type | Method and Description |
---|---|
IParticipantStats |
IB2EventState.statsOne()
Retrieve the first participant
|
IParticipantStats |
IB2EventState.statsTwo()
Retrieve the second participant
|
Modifier and Type | Class and Description |
---|---|
class |
BasketballStats |
Modifier and Type | Method and Description |
---|---|
IParticipantStats |
BasketballEventState.statsOf(int idx)
Get the statistics of a particular participant
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IParticipantStats> |
BasketballEventState.stats()
The default ordered list of participants' statistics
|
Constructor and Description |
---|
BasketballEventState(IParticipantStats statsOne,
IParticipantStats statsTwo,
int duration,
PartitionKey key,
java.lang.String matchId,
java.lang.String eventId,
BasketballSegment segment,
boolean isTimeout,
int bookPriority) |
Modifier and Type | Class and Description |
---|---|
class |
ParticipantStats |
Modifier and Type | Method and Description |
---|---|
IParticipantStats |
B2EventState.statsOf(int idx)
Get the statistics of a particular participant
|
IParticipantStats |
B2EventState.statsOne()
This contains statistics of a participant one
|
IParticipantStats |
B2EventState.statsTwo()
This contains statistics of a participant two
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IParticipantStats> |
B2EventState.stats()
The default ordered list of participants' statistics
|
Constructor and Description |
---|
B2EventState(IParticipantStats statsOne,
IParticipantStats statsTwo,
int duration,
PartitionKey key,
java.lang.String matchId,
java.lang.String eventId,
int bookPriority) |
Modifier and Type | Class and Description |
---|---|
class |
SoccerStats
This statistics of a soccer event
|
Modifier and Type | Method and Description |
---|---|
IParticipantStats |
SoccerEventState.statsOf(int idx)
Get the statistics of a particular participant
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IParticipantStats> |
SoccerEventState.stats()
Retrieve the default ordered list of participants' statistics
|
Modifier and Type | Class and Description |
---|---|
class |
TennisStats |
Modifier and Type | Method and Description |
---|---|
IParticipantStats |
TennisEventState.statsOf(int idx)
Get the statistics of a particular participant
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IParticipantStats> |
TennisEventState.stats()
The default ordered list of participants' statistics
|
Constructor and Description |
---|
TennisEventState(IParticipantStats statsOne,
IParticipantStats statsTwo,
int duration,
PartitionKey key,
java.lang.String matchId,
java.lang.String eventId,
int set,
int game,
TennisSegment segment,
int bookPriority) |
TennisEventState(IParticipantStats statsOne,
IParticipantStats statsTwo,
int duration,
PartitionKey key,
java.lang.String matchId,
java.lang.String eventId,
TennisSegment segment,
int bookPriority) |