Class TeamPlayerStatsEntity
- java.lang.Object
-
- com.sportradar.livedata.sdk.feed.livescout.entities.TeamPlayerStatsEntity
-
public class TeamPlayerStatsEntity extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TeamPlayerStatsEntity(List<com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Playerstats> stats, String side, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Team
getSide()
List<PlayerStatsEntity>
getStats()
TeamPlayerStatsType
getType()
-
-
-
Constructor Detail
-
TeamPlayerStatsEntity
protected TeamPlayerStatsEntity(List<com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Playerstats> stats, String side, String type) throws UnknownEnumException
- Throws:
UnknownEnumException
-
-
Method Detail
-
getStats
public List<PlayerStatsEntity> getStats()
-
getSide
public Team getSide()
-
getType
public TeamPlayerStatsType getType()
-
-