Class TeamStatsEntity
- java.lang.Object
-
- com.sportradar.livedata.sdk.feed.livescout.entities.TeamStatsEntity
-
- All Implemented Interfaces:
Serializable
public class TeamStatsEntity extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TeamStatsEntity(List<com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Stats> stats, String side, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Team
getSide()
List<StatsEntity>
getStats()
TeamStatsType
getType()
-
-
-
Constructor Detail
-
TeamStatsEntity
protected TeamStatsEntity(List<com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Stats> stats, String side, String type) throws UnknownEnumException
- Throws:
UnknownEnumException
-
-
Method Detail
-
getStats
public List<StatsEntity> getStats()
-
getSide
public Team getSide()
-
getType
public TeamStatsType getType()
-
-