Class PlayerStatisticsEntity
java.lang.Object
com.sportradar.livedata.sdk.feed.livescout.entities.PlayerStatisticsEntity
- All Implemented Interfaces:
- Serializable
Stores player statics fields that are coming with PLAYER_MATCH_STATS(1714) event.
- See Also:
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionReturns away team batters statistics that is coming with PLAYER_MATCH_STATS(1714)Returns away team pitchers statistics that is coming with PLAYER_MATCH_STATS(1714)Returns away team player statistics for over time that is coming with PLAYER_MATCH_STATS(1714)Returns away team player statistics for 1st pitching that is coming with PLAYER_MATCH_STATS(1714)Returns away team player statistics for 2nd pitching that is coming with PLAYER_MATCH_STATS(1714)Returns away team player statistics for 3rd pitching that is coming with PLAYER_MATCH_STATS(1714)Returns away team player statistics for 4th pitching that is coming with PLAYER_MATCH_STATS(1714)Returns away team set 1 statistics that is coming with PLAYER_MATCH_STATS(1714)Returns away team set 2 statistics that is coming with PLAYER_MATCH_STATS(1714)Returns away team set 3 statistics that is coming with PLAYER_MATCH_STATS(1714)Returns away team set 4 statistics that is coming with PLAYER_MATCH_STATS(1714)Returns away team set 5 statistics that is coming with PLAYER_MATCH_STATS(1714)Returns total away team player statistics that is coming with TEAM_MATCH_STATS(1743)Returns home team batters statistics that is coming with PLAYER_MATCH_STATS(1714)Returns home team pitchers statistics that is coming with PLAYER_MATCH_STATS(1714)Returns home team player statistics for over time that is coming with PLAYER_MATCH_STATS(1714)Returns home team player statistics for 1st pitching that is coming with PLAYER_MATCH_STATS(1714)Returns home team player statistics for 2nd pitching that is coming with PLAYER_MATCH_STATS(1714)Returns home team player statistics for 3rd pitching that is coming with PLAYER_MATCH_STATS(1714)Returns home team player statistics for 4th pitching that is coming with PLAYER_MATCH_STATS(1714)Returns home team set 1 statistics that is coming with PLAYER_MATCH_STATS(1714)Returns home team set 2 statistics that is coming with PLAYER_MATCH_STATS(1714)Returns home team set 3 statistics that is coming with PLAYER_MATCH_STATS(1714)Returns home team set 4 statistics that is coming with PLAYER_MATCH_STATS(1714)Returns home team set 5 statistics that is coming with PLAYER_MATCH_STATS(1714)Returns total home team player statistics that is coming with TEAM_MATCH_STATS(1743)
- 
Field Details- 
PLAYER_MATCH_STATSpublic static final int PLAYER_MATCH_STATS- See Also:
 
 
- 
- 
Method Details- 
getHomePlayerStatsTotalReturns total home team player statistics that is coming with TEAM_MATCH_STATS(1743)- Returns:
- statistics as String
 
- 
getAwayPlayerStatsTotalReturns total away team player statistics that is coming with TEAM_MATCH_STATS(1743)- Returns:
- statistics as String
 
- 
getHomePlayerStatsP1Returns home team player statistics for 1st pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getAwayPlayerStatsP1Returns away team player statistics for 1st pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getHomePlayerStatsP2Returns home team player statistics for 2nd pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getAwayPlayerStatsP2Returns away team player statistics for 2nd pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getHomePlayerStatsP3Returns home team player statistics for 3rd pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getAwayPlayerStatsP3Returns away team player statistics for 3rd pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getHomePlayerStatsP4Returns home team player statistics for 4th pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getAwayPlayerStatsP4Returns away team player statistics for 4th pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getHomePlayerStatsOtReturns home team player statistics for over time that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getAwayPlayerStatsOtReturns away team player statistics for over time that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getHomePitchersStatsTotalReturns home team pitchers statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getAwayPitchersStatsTotalReturns away team pitchers statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getHomeBattersStatsTotalReturns home team batters statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getAwayBattersStatsTotalReturns away team batters statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getHomePlayerStatsSet1Returns home team set 1 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getAwayPlayerStatsSet1Returns away team set 1 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getHomePlayerStatsSet2Returns home team set 2 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getAwayPlayerStatsSet2Returns away team set 2 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getHomePlayerStatsSet3Returns home team set 3 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getAwayPlayerStatsSet3Returns away team set 3 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getHomePlayerStatsSet4Returns home team set 4 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getAwayPlayerStatsSet4Returns away team set 4 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getHomePlayerStatsSet5Returns home team set 5 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
- 
getAwayPlayerStatsSet5Returns away team set 5 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
 
 
-