Class ReplaySportEventImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.ReplaySportEventImpl
- All Implemented Interfaces:
ReplaySportEvent
Represents the replay sport event
-
Constructor Summary
ConstructorsConstructorDescriptionReplaySportEventImpl(Urn id, Integer position, Integer startTime) Creates new instance ofReplaySportEventImpl -
Method Summary
-
Constructor Details
-
ReplaySportEventImpl
Creates new instance ofReplaySportEventImpl- Parameters:
id- the id of the sport eventposition- The position of the event in the queuestartTime- The start time specified when the event was added to the queue
-
-
Method Details
-
getId
Returns anUrnuniquely identifying the sport event- Specified by:
getIdin interfaceReplaySportEvent- Returns:
- - an
Urnuniquely identifying the sport event
-
getPosition
Returns anIntegerspecifying position in the queue- Specified by:
getPositionin interfaceReplaySportEvent- Returns:
- - an
Integerspecifying position in the queue
-
getStartTime
Returns anIntegerspecifying the start time- Specified by:
getStartTimein interfaceReplaySportEvent- Returns:
- - an
Integerspecifying the start time
-