Class LiveScoutEntityBase
- java.lang.Object
-
- com.sportradar.livedata.sdk.feed.livescout.entities.LiveScoutEntityBase
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionTestEntity
,LineupsEntity
,MatchBookingEntity
,MatchDataEntity
,MatchListEntity
,MatchStopEntity
,MatchUpdateEntity
,PlayerEntity
,ServerTimeEntity
public abstract class LiveScoutEntityBase extends Object implements Serializable
Serves as a base class that all LiveScout should be derived from.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LiveScoutEntityBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventIdentifier
getEventId()
Get the unique event id.
-
-
-
Method Detail
-
getEventId
public EventIdentifier getEventId()
Get the unique event id.- Returns:
- - an event id or null
-
-