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