Class StatisticsEntity
java.lang.Object
com.sportradar.livedata.sdk.feed.livescout.entities.StatisticsEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStatisticsEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Battersstatstotal battersstatstotals, com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Pitchersstatstotal pitchersstatstotals, List<com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Teamstats> teamstats, List<com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Teamplayerstats> teamplayerstats) -
Method Summary
Modifier and TypeMethodDescriptionGet the total batters statsGet the total pitchers statsGet the list of team player statsGet the list of team stats
-
Constructor Details
-
StatisticsEntity
protected StatisticsEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Battersstatstotal battersstatstotals, com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Pitchersstatstotal pitchersstatstotals, List<com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Teamstats> teamstats, List<com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Teamplayerstats> teamplayerstats) throws UnknownEnumException - Throws:
UnknownEnumException
-
-
Method Details
-
getBattersStatsTotal
Get the total batters stats- Returns:
BattersStatsTotalEntity
-
getPitchersStatsTotal
Get the total pitchers stats- Returns:
PitchersStatsTotalEntity
-
getTeamStats
Get the list of team stats- Returns:
- list of
TeamStatsEntity
-
getTeamPlayerStats
Get the list of team player stats- Returns:
- list of
TeamPlayerStatsEntity
-