Class MatchUpdateEntity
java.lang.Object
com.sportradar.livedata.sdk.feed.livescout.entities.LiveScoutEntityBase
com.sportradar.livedata.sdk.feed.livescout.entities.MatchUpdateEntity
- All Implemented Interfaces:
Serializable
Match information message. Contains statistical information about a match
as well as individual events (e.g. goals, cards, etc.).
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInitializes a new instance of theMatchUpdateEntityclass. -
Method Summary
Modifier and TypeMethodDescriptionGets attacks statistics.Returns the behinds entityGets black cards (badminton).Gets sport category.Gets corner statistics.getCourt()Gets type of court.Gets dangerous attack statistics.Gets direct fouls for current period statistics (futsal).Gets direct free kicks statistics (futsal).Gets the unique event id.Gets list of scout events.getFouls()Fouls count per team.Gets free kick statistics.Gets free throws statistics.Gets goalkeeper saves statistics.Gets goal kick statistics.getGoals()Returns the goals entitygetGold()Ice conditonsGets injuries statistics.Returns aListof innings for the current matchReturns a list of known jerseysGets kickoff teamGets first half kickoff teamGets overtime kickoff teamGets second half kickoff teamGets match formatBasic match information.Returns the list of match propertiesCurrent match status.intCurrent match status identifierorg.joda.time.DateTimeTimestamp for when match status was set in UTC.Returns the list of match teamsReturns anNetWorthEntitydescribing the associated event net-worthOffside statistics.Opening faceoff 1st periodOpening faceoff 2nd periodOpening faceoff 3rd periodOpening faceoff overtimePenalties statistics.Pitch / grass conditions.Ball possession statistics.Which team currently has possession of the ball.Red card statistics.getScore()Deprecated.since 1.15.0, use List <ScoreEntity > getScores() instead.Gets the match scoresgetScout()Gets scout entitygetServe()Which player/team currently has the serve (tennis, volleyball).Shots blocked statistics.Shots off target statistics.Shots on target statistics.getSport()Type of sport.Returns the subteam.Surface type (tennis).Suspensions statistics.Throw-in statistics.Sport tournament.Count the instances of try (1154) event per match phase.Sport unique tournament.Weather conditions.Yellow cards statistics.Whether the match is currently in tie break status (tennis).
-
Constructor Details
-
MatchUpdateEntity
protected MatchUpdateEntity()Initializes a new instance of theMatchUpdateEntityclass.
-
-
Method Details
-
getAttacks
Gets attacks statistics.- Returns:
- number of attacks
-
getBlackCards
Gets black cards (badminton).- Returns:
- number of black cards
-
getCategory
Gets sport category.- Returns:
- category
-
getCorners
Gets corner statistics.- Returns:
- number of corners
-
getScout
Gets scout entity- Returns:
- scout entity
-
getCourt
Gets type of court.- Returns:
- court type
-
getDangerousAttacks
Gets dangerous attack statistics.- Returns:
- number of dangerous attacks
-
getDirectFoulsPeriod
Gets direct fouls for current period statistics (futsal).- Returns:
- number of direct fouls for current period
-
getDirectFreeKicks
Gets direct free kicks statistics (futsal).- Returns:
- number of direct free kicks
-
getFouls
Fouls count per team.- Returns:
- fouls
-
getEventId
Gets the unique event id.- Overrides:
getEventIdin classLiveScoutEntityBase- Returns:
- - an event id or null
-
getEvents
Gets list of scout events.- Returns:
- list of scout events
-
getFreeKicks
Gets free kick statistics.- Returns:
- number of free kicks
-
getFreeThrows
Gets free throws statistics.- Returns:
- number of free throws
-
getGoalKicks
Gets goal kick statistics.- Returns:
- number of kick on goal
-
getGoalkeeperSaves
Gets goalkeeper saves statistics.- Returns:
- number of goalkeeper saves
-
getIceConditions
Ice conditons- Returns:
- ice conditons
-
getInjuries
Gets injuries statistics.- Returns:
- number of injuries
-
getInnings
Returns aListof innings for the current match- Returns:
- - a
Listof innings for the current match
-
getKickoffTeam
Gets kickoff team- Returns:
- kickoff team
-
getKickoffTeamFirstHalf
Gets first half kickoff team- Returns:
- first half kickoff team
-
getKickoffTeamOt
Gets overtime kickoff team- Returns:
- overtime kickoff team
-
getKickoffTeamSecondHalf
Gets second half kickoff team- Returns:
- second half kickoff team
-
getMatchFormat
Gets match format- Returns:
- match format
-
getMatchHeader
Basic match information.- Returns:
- match header
-
getMatchStatusId
public int getMatchStatusId()Current match status identifier- Returns:
- the match status identifier
-
getMatchStatus
Current match status. Same status codes as in LiveScore.- Returns:
- match status
-
getMatchStatusStart
public org.joda.time.DateTime getMatchStatusStart()Timestamp for when match status was set in UTC.- Returns:
- match status start timestamp
-
getOffsides
Offside statistics.- Returns:
- number of offsides
-
getOpeningFaceoff1StPeriod
Opening faceoff 1st period- Returns:
- opening faceoff 1st period
-
getOpeningFaceoff2NdPeriod
Opening faceoff 2nd period- Returns:
- opening faceoff 2nd period
-
getOpeningFaceoff3RdPeriod
Opening faceoff 3rd period- Returns:
- opening faceoff 3rd period
-
getOpeningFaceoffOvertime
Opening faceoff overtime- Returns:
- opening faceoff overtime
-
getPenalties
Penalties statistics.- Returns:
- number of penalties
-
getPitchConditions
Pitch / grass conditions.- Returns:
- pitch conditions
-
getPossession
Ball possession statistics.- Returns:
- ball possession
-
getPossessionTeam
Which team currently has possession of the ball.- Returns:
- possession team
-
getRedCards
Red card statistics.- Returns:
- number of red cards
-
getScore
Deprecated.since 1.15.0, use List <ScoreEntity > getScores() instead. It may contain SubScores - i.e. for tennis tie breaks.getScores()Match score information.- Returns:
- scores
-
getScores
Gets the match scores- Returns:
- the match scores
-
getServe
Which player/team currently has the serve (tennis, volleyball).- Returns:
- serving team
-
getShotsBlocked
Shots blocked statistics.- Returns:
- number of blocked shots
-
getShotsOffTarget
Shots off target statistics.- Returns:
- number of shots off target
-
getShotsOnTarget
Shots on target statistics.- Returns:
- number of shots on target
-
getSport
Type of sport.- Returns:
- sport type
-
getSurfaceType
Surface type (tennis).- Returns:
- surface type
-
getSuspensions
Suspensions statistics.- Returns:
- suspensions statistics
-
getThrowins
Throw-in statistics.- Returns:
- throw-in statistics
-
getTournament
Sport tournament.- Returns:
- sport tournament e.g. World Championships 2025
-
getUniqueTournament
Sport unique tournament.- Returns:
- sport unique tournament e.g. World Championships
-
getWeatherConditions
Weather conditions.- Returns:
- weather conditions
-
getYellowCards
Yellow cards statistics.- Returns:
- number of yellow cards
-
isTieBreak
Whether the match is currently in tie break status (tennis).- Returns:
- flag is match is currently in tie break status
-
getGold
-
getNetWorth
Returns anNetWorthEntitydescribing the associated event net-worth- Returns:
- - an
NetWorthEntitydescribing the associated event net-worth
-
getJerseys
Returns a list of known jerseys- Returns:
- a
Listof known jerseys
-
getGoals
Returns the goals entity- Returns:
- the goals entity
-
getBehinds
Returns the behinds entity- Returns:
- the behinds entity
-
getMatchProperties
Returns the list of match properties- Returns:
- the list of match properties
-
getMatchTeams
Returns the list of match teams- Returns:
- the list of match teams
-
getTryCounts
Count the instances of try (1154) event per match phase. Used in Rugby. Possible match phases: period1, period2, overtime1, overtime2, overtime, penalties, sudden death, current.- Returns:
- map of try counts
-
getSubteams
Returns the subteam.- Returns:
SubteamEntity
-