Class ReplaySportEventImpl

java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.ReplaySportEventImpl
All Implemented Interfaces:
ReplaySportEvent

public class ReplaySportEventImpl extends Object implements ReplaySportEvent
Represents the replay sport event
  • Constructor Details

    • ReplaySportEventImpl

      public ReplaySportEventImpl(Urn id, Integer position, Integer startTime)
      Creates new instance of ReplaySportEventImpl
      Parameters:
      id - the id of the sport event
      position - The position of the event in the queue
      startTime - The start time specified when the event was added to the queue
  • Method Details