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 Summary
Fields -
Method Summary
Modifier 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_STATS
public static final int PLAYER_MATCH_STATS- See Also:
-
-
Method Details
-
getHomePlayerStatsTotal
Returns total home team player statistics that is coming with TEAM_MATCH_STATS(1743)- Returns:
- statistics as String
-
getAwayPlayerStatsTotal
Returns total away team player statistics that is coming with TEAM_MATCH_STATS(1743)- Returns:
- statistics as String
-
getHomePlayerStatsP1
Returns home team player statistics for 1st pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsP1
Returns away team player statistics for 1st pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePlayerStatsP2
Returns home team player statistics for 2nd pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsP2
Returns away team player statistics for 2nd pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePlayerStatsP3
Returns home team player statistics for 3rd pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsP3
Returns away team player statistics for 3rd pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePlayerStatsP4
Returns home team player statistics for 4th pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsP4
Returns away team player statistics for 4th pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePlayerStatsOt
Returns home team player statistics for over time that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsOt
Returns away team player statistics for over time that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePitchersStatsTotal
Returns home team pitchers statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPitchersStatsTotal
Returns away team pitchers statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomeBattersStatsTotal
Returns home team batters statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayBattersStatsTotal
Returns away team batters statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePlayerStatsSet1
Returns home team set 1 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsSet1
Returns away team set 1 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePlayerStatsSet2
Returns home team set 2 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsSet2
Returns away team set 2 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePlayerStatsSet3
Returns home team set 3 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsSet3
Returns away team set 3 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePlayerStatsSet4
Returns home team set 4 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsSet4
Returns away team set 4 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePlayerStatsSet5
Returns home team set 5 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsSet5
Returns away team set 5 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-