Package | Description |
---|---|
jayeson.lib.feed.tennis |
Modifier and Type | Method and Description |
---|---|
TennisSegment |
TennisEventState.segment() |
static TennisSegment |
TennisSegment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TennisSegment[] |
TennisSegment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |