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
public class LineupsEntity extends LiveScoutEntityBase implements Serializable
The current lineup.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LineupsEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ManagerEntity>
getManagers()
Gets list of team managerslong
getMatchId()
Gets match id.List<PlayerEntity>
getPlayers()
Gets list of players in lineup.Boolean
getPreliminary()
Flag for Ice Hockey that show if we are dealing with provisional lineup.List<TeamOfficialEntity>
getTeamOfficials()
Gets list of team officials-
Methods inherited from class com.sportradar.livedata.sdk.feed.livescout.entities.LiveScoutEntityBase
getEventId
-
-
-
-
Method Detail
-
getManagers
public List<ManagerEntity> getManagers()
Gets list of team managers- Returns:
- team managers
-
getMatchId
public long getMatchId()
Gets match id.- Returns:
- match id
-
getPreliminary
public Boolean getPreliminary()
Flag for Ice Hockey that show if we are dealing with provisional lineup.- Returns:
- true if provisional lineup
-
getPlayers
public List<PlayerEntity> getPlayers()
Gets list of players in lineup.- Returns:
- player list
-
getTeamOfficials
public List<TeamOfficialEntity> getTeamOfficials()
Gets list of team officials- Returns:
- team officials
-
-