Class PlayerStatisticsEntity
- java.lang.Object
-
- com.sportradar.livedata.sdk.feed.livescout.entities.PlayerStatisticsEntity
-
- All Implemented Interfaces:
Serializable
public class PlayerStatisticsEntity extends Object implements Serializable
Stores player statics fields that are coming with PLAYER_MATCH_STATS(1714) event.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
PLAYER_MATCH_STATS
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAwayBattersStatsTotal()
Returns away team batters statistics that is coming with PLAYER_MATCH_STATS(1714)String
getAwayPitchersStatsTotal()
Returns away team pitchers statistics that is coming with PLAYER_MATCH_STATS(1714)String
getAwayPlayerStatsOt()
Returns away team player statistics for over time that is coming with PLAYER_MATCH_STATS(1714)String
getAwayPlayerStatsP1()
Returns away team player statistics for 1st pitching that is coming with PLAYER_MATCH_STATS(1714)String
getAwayPlayerStatsP2()
Returns away team player statistics for 2nd pitching that is coming with PLAYER_MATCH_STATS(1714)String
getAwayPlayerStatsP3()
Returns away team player statistics for 3rd pitching that is coming with PLAYER_MATCH_STATS(1714)String
getAwayPlayerStatsP4()
Returns away team player statistics for 4th pitching that is coming with PLAYER_MATCH_STATS(1714)String
getAwayPlayerStatsSet1()
Returns away team set 1 statistics that is coming with PLAYER_MATCH_STATS(1714)String
getAwayPlayerStatsSet2()
Returns away team set 2 statistics that is coming with PLAYER_MATCH_STATS(1714)String
getAwayPlayerStatsSet3()
Returns away team set 3 statistics that is coming with PLAYER_MATCH_STATS(1714)String
getAwayPlayerStatsSet4()
Returns away team set 4 statistics that is coming with PLAYER_MATCH_STATS(1714)String
getAwayPlayerStatsSet5()
Returns away team set 5 statistics that is coming with PLAYER_MATCH_STATS(1714)String
getAwayPlayerStatsTotal()
Returns total away team player statistics that is coming with TEAM_MATCH_STATS(1743)String
getHomeBattersStatsTotal()
Returns home team batters statistics that is coming with PLAYER_MATCH_STATS(1714)String
getHomePitchersStatsTotal()
Returns home team pitchers statistics that is coming with PLAYER_MATCH_STATS(1714)String
getHomePlayerStatsOt()
Returns home team player statistics for over time that is coming with PLAYER_MATCH_STATS(1714)String
getHomePlayerStatsP1()
Returns home team player statistics for 1st pitching that is coming with PLAYER_MATCH_STATS(1714)String
getHomePlayerStatsP2()
Returns home team player statistics for 2nd pitching that is coming with PLAYER_MATCH_STATS(1714)String
getHomePlayerStatsP3()
Returns home team player statistics for 3rd pitching that is coming with PLAYER_MATCH_STATS(1714)String
getHomePlayerStatsP4()
Returns home team player statistics for 4th pitching that is coming with PLAYER_MATCH_STATS(1714)String
getHomePlayerStatsSet1()
Returns home team set 1 statistics that is coming with PLAYER_MATCH_STATS(1714)String
getHomePlayerStatsSet2()
Returns home team set 2 statistics that is coming with PLAYER_MATCH_STATS(1714)String
getHomePlayerStatsSet3()
Returns home team set 3 statistics that is coming with PLAYER_MATCH_STATS(1714)String
getHomePlayerStatsSet4()
Returns home team set 4 statistics that is coming with PLAYER_MATCH_STATS(1714)String
getHomePlayerStatsSet5()
Returns home team set 5 statistics that is coming with PLAYER_MATCH_STATS(1714)String
getHomePlayerStatsTotal()
Returns total home team player statistics that is coming with TEAM_MATCH_STATS(1743)
-
-
-
Field Detail
-
PLAYER_MATCH_STATS
public static final int PLAYER_MATCH_STATS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHomePlayerStatsTotal
public String getHomePlayerStatsTotal()
Returns total home team player statistics that is coming with TEAM_MATCH_STATS(1743)- Returns:
- statistics as String
-
getAwayPlayerStatsTotal
public String getAwayPlayerStatsTotal()
Returns total away team player statistics that is coming with TEAM_MATCH_STATS(1743)- Returns:
- statistics as String
-
getHomePlayerStatsP1
public String getHomePlayerStatsP1()
Returns home team player statistics for 1st pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsP1
public String getAwayPlayerStatsP1()
Returns away team player statistics for 1st pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePlayerStatsP2
public String getHomePlayerStatsP2()
Returns home team player statistics for 2nd pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsP2
public String getAwayPlayerStatsP2()
Returns away team player statistics for 2nd pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePlayerStatsP3
public String getHomePlayerStatsP3()
Returns home team player statistics for 3rd pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsP3
public String getAwayPlayerStatsP3()
Returns away team player statistics for 3rd pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePlayerStatsP4
public String getHomePlayerStatsP4()
Returns home team player statistics for 4th pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsP4
public String getAwayPlayerStatsP4()
Returns away team player statistics for 4th pitching that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePlayerStatsOt
public String getHomePlayerStatsOt()
Returns home team player statistics for over time that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsOt
public String getAwayPlayerStatsOt()
Returns away team player statistics for over time that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePitchersStatsTotal
public String getHomePitchersStatsTotal()
Returns home team pitchers statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPitchersStatsTotal
public String getAwayPitchersStatsTotal()
Returns away team pitchers statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomeBattersStatsTotal
public String getHomeBattersStatsTotal()
Returns home team batters statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayBattersStatsTotal
public String getAwayBattersStatsTotal()
Returns away team batters statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePlayerStatsSet1
public String getHomePlayerStatsSet1()
Returns home team set 1 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsSet1
public String getAwayPlayerStatsSet1()
Returns away team set 1 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePlayerStatsSet2
public String getHomePlayerStatsSet2()
Returns home team set 2 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsSet2
public String getAwayPlayerStatsSet2()
Returns away team set 2 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePlayerStatsSet3
public String getHomePlayerStatsSet3()
Returns home team set 3 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsSet3
public String getAwayPlayerStatsSet3()
Returns away team set 3 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePlayerStatsSet4
public String getHomePlayerStatsSet4()
Returns home team set 4 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsSet4
public String getAwayPlayerStatsSet4()
Returns away team set 4 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getHomePlayerStatsSet5
public String getHomePlayerStatsSet5()
Returns home team set 5 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
getAwayPlayerStatsSet5
public String getAwayPlayerStatsSet5()
Returns away team set 5 statistics that is coming with PLAYER_MATCH_STATS(1714)- Returns:
- statistics as String
-
-