Class StatisticsEntity
java.lang.Object
com.sportradar.livedata.sdk.feed.livescout.entities.StatisticsEntity
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedStatisticsEntity(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 SummaryModifier and TypeMethodDescriptionGet the total batters statsGet the total pitchers statsGet the list of team player statsGet the list of team stats
- 
Constructor Details- 
StatisticsEntityprotected 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- 
getBattersStatsTotalGet the total batters stats- Returns:
- BattersStatsTotalEntity
 
- 
getPitchersStatsTotalGet the total pitchers stats- Returns:
- PitchersStatsTotalEntity
 
- 
getTeamStatsGet the list of team stats- Returns:
- list of TeamStatsEntity
 
- 
getTeamPlayerStatsGet the list of team player stats- Returns:
- list of TeamPlayerStatsEntity
 
 
-