Class LineupsEntity
java.lang.Object
com.sportradar.livedata.sdk.feed.livescout.entities.LiveScoutEntityBase
com.sportradar.livedata.sdk.feed.livescout.entities.LineupsEntity
- All Implemented Interfaces:
Serializable
The current lineup.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets list of team managerslongGets match id.Gets list of players in lineup.Flag for Ice Hockey that show if we are dealing with provisional lineup.Gets list of team officialsMethods inherited from class com.sportradar.livedata.sdk.feed.livescout.entities.LiveScoutEntityBase
getEventId
-
Constructor Details
-
LineupsEntity
protected LineupsEntity()
-
-
Method Details
-
getManagers
Gets list of team managers- Returns:
- team managers
-
getMatchId
public long getMatchId()Gets match id.- Returns:
- match id
-
getPreliminary
Flag for Ice Hockey that show if we are dealing with provisional lineup.- Returns:
- true if provisional lineup
-
getPlayers
Gets list of players in lineup.- Returns:
- player list
-
getTeamOfficials
Gets list of team officials- Returns:
- team officials
-