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:
  • Constructor Details

    • LineupsEntity

      protected LineupsEntity()
  • Method Details

    • 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