Class ScoutEventEntity

java.lang.Object
com.sportradar.livedata.sdk.feed.livescout.entities.ScoutEventEntity
All Implemented Interfaces:
Serializable

public class ScoutEventEntity extends Object implements Serializable
Contains information about an event
See Also:
  • Constructor Details

    • ScoutEventEntity

      protected ScoutEventEntity()
      For Serializable
  • Method Details

    • getMapNumber

      public Integer getMapNumber()
      Gets map number
      Returns:
      map number
    • getMapScore

      public String getMapScore()
      Gets map score
      Returns:
      map score
    • getRoundNumber

      public Integer getRoundNumber()
      Gets round number
      Returns:
      round number
    • getAutomatic

      public Integer getAutomatic()
      Identifies whether event was automatically generated or not.

      Note : Probably not useful.

      Returns:
      flag about automatic generation
    • getBallNumber

      public String getBallNumber()
      Gets ball number
      Returns:
      ball number
    • getBalls

      public Integer getBalls()
      Get number of balls
      Returns:
      number of balls
    • getBaseInfo

      public String getBaseInfo()
      Gets base info
      Returns:
      base info
    • getPointsUntilSnookerNeeded

      public Integer getPointsUntilSnookerNeeded()
      Points until snooker is needed to win the frame
      Returns:
      points util snooker will be needed
    • getBreakScore

      public String getBreakScore()
      Gets break score

      Note: Used in Snooker

      Returns:
      break score
    • getCorrectedFrom

      public Integer getCorrectedFrom()
      Gets corrected from, used with score correction event
      Returns:
      corrected from
    • getCorrectedTo

      public Integer getCorrectedTo()
      Gets corrected to, used with score correction event
      Returns:
      corrected to
    • getDismissalsInInnings

      public Integer getDismissalsInInnings()
      Gets dismissals in innings
      Returns:
      dismissals in innings
    • getEndScore

      public String getEndScore()
      End score
      Returns:
      end score
    • getErrors

      public Integer getErrors()
      Get number of errors
      Returns:
      number of errors
    • getSpot

      public String getSpot()
      information whether a shot/goal was from inside/outside the box 0 - outside the box 1 - inside the box -1 - unknown
      Returns:
      according xsd - string value. Should it be parsed to int?
    • getExtraInfo

      public Long getExtraInfo()
      Integer value, meaning of this attribute depends on event type:
      • 30 (score): 0 or -1 = not specified, 1 = penalty, 2 = own goal, 3 = header
      • 1019 (cancel goal): 0 or -1 = not specified, 1 = off side, 2 = foul, 3 = incorrect entry
      • 1013 (match status): match status enumeration
      • 1025 (tennis full score): tennis point type – 0=standard, 1=ace, 2=double fault opponent
      • 158 (injury): Player still injured – 1=yes, 0=no 165 (attendance): Attendance
      • 1039 (manual time adjustment): Number of seconds adjusted. Can be both a positive and a negative integer
      • 1044 (event deleted): Id of event that was deleted
      • 1037 (basketball points): Number of points scored – 1, 2 or 3
      • 1038 (basketball points missed): Point attempt missed – 1, 2 or 3 (points)
      • 1046 (volleyball full score): volleyball point type – 0=standard, 1=ace, 2=service error
      • 1056 (number of free throws): Number of free throws
      • 1036 (time start stop): 1 = time is running, 0 = time is stopped
      • 43 (suspensions): Number of minutes player is suspended for
      • 90 (injury time): Number of minutes injury time added
      • 1082 (corner markets): 1 = safe to accept bets, 0 = not safe
      • 1083 (booking markets): 1 = safe to accept bets, 0 = not safe
      • 1002 (penalty shootout): -1=penalty not taken, 1=penalty scored, 0=penalty missed
      • 1060 (direct free kick): -1 = not taken, 0 = miss, 1 = score
      • 1102 (coverage status): 0 - match covered, 1 - coverage abandoned (used when abandoning coverage after a match has started), 2 - match will not be covered (used when we are unable to cover a match that we were supposed to cover)
      All counter event types (throw in count etc.): Number of events of this type for team specified by “side" attribute
      Returns:
      extra info
    • getExtraInfoBaseball

      public String getExtraInfoBaseball()
      Gets extra info for baseball
      Returns:
      extra info for baseball
    • getExtraInfoBasketball

      public String getExtraInfoBasketball()
      Gets extra information for basketball match
      Returns:
      extra information for basketball match
    • getExtraInfoBowls

      public String getExtraInfoBowls()
      Extra info for bowls game
      Returns:
      Bowls extra info
    • getExtraInfoCricket

      public String getExtraInfoCricket()
      Gets extra information for cricket match
      Returns:
      extra information for cricket match
    • getExtraInfoCsGo

      public String getExtraInfoCsGo()
      Gets extra info for CS:GO
      Returns:
      extra info for CS:GO
    • getExtraInfoMoba

      public String getExtraInfoMoba()
      Gets extra info for "MOBA" matches
      Returns:
      extra info for "MOBA" matches
    • getExtraInfoDarts

      public String getExtraInfoDarts()
      Extra info for dart game
      Returns:
      Dart extra info
    • getExtraInfoFootball

      public String getExtraInfoFootball()
      Extra info for football game
      Returns:
      Football extra info
    • getExtraInfoSoccer

      public String getExtraInfoSoccer()
      Extra info for soccer game
      Returns:
      Soccer extra info
    • getExtraInfoHandball

      public String getExtraInfoHandball()
      Gets extra info handball
      Returns:
      extra info handball
    • getExtraInfoIceHockey

      public String getExtraInfoIceHockey()
      Extra info ice hockey
      Returns:
      extra info ice hockey
    • getExtraInfoSnooker

      public String getExtraInfoSnooker()
      Gets snooker extra info

      Note: Used in Snooker

      Returns:
      Snooker extra info
    • getExtraInfoVolleyball

      public String getExtraInfoVolleyball()
      Gets volleyball extra info
      Returns:
      Volleyball extra info
    • getExtraInfoKabaddi

      public String getExtraInfoKabaddi()
      Gets kabaddi extra info
      Returns:
      Kabaddi extra info
    • getExtraInfoWaterPolo

      public String getExtraInfoWaterPolo()
      Gets water polo extra info
      Returns:
      Water polo extra info
    • getExtraInfoTennis

      public String getExtraInfoTennis()
      Gets tennis extra info
      Returns:
      tennis extra info
    • getFrameNumber

      public Integer getFrameNumber()
      Gets frame number

      Note: Used in Snooker

      Returns:
      frame number
    • getFrameScore

      public String getFrameScore()
      Gets frame score

      Note: Used in Snooker

      Returns:
      frame score
    • getGameNumber

      public Integer getGameNumber()
      In tennis, which game number in the set.
      Returns:
      game number
    • getGameScore

      public String getGameScore()
      In tennis, the game score.
      Returns:
      game score
    • getId

      public long getId()
      Unique event id.
      Returns:
      id
    • getInfo

      public String getInfo()
      Text description of event.
      Returns:
      info
    • getInningHalf

      public Inning getInningHalf()
      Get current inning half
      Returns:
      inning half
    • getLegScore

      public String getLegScore()
      Used in darts Leg (game) score
      Returns:
      log score
    • getMatchScore

      public String getMatchScore()
      In tennis, the match score.
      Returns:
      match score
    • getMatchTime

      public String getMatchTime()
      Match time, mm:ss (e.g. 40:00 or 00:00).
      Returns:
      match time
    • getOuts

      public Integer getOuts()
      Get number of outs
      Returns:
      number of outs
    • getPeriodNumber

      public Integer getPeriodNumber()
      Period number of match.
      Returns:
      period number
    • getPeriodScore

      public String getPeriodScore()
      Gets period score
      Returns:
      period score
    • getPitchCount

      public Integer getPitchCount()
      Gets pitch count
      Returns:
      pitch count
    • getBallEventType

      public BallEventType getBallEventType()
      Represents the type of ball event. If the specified value does not match any constant in the BallEventType enum, it will return BallEventType.UNKNOWN with the given value.
      Returns:
      BallEventType
    • getPlayerId

      public Integer getPlayerId()
      Some events send playerid, while others send player1, player2, etc. These formats won't change due to client dependencies.
      Returns:
      player id
    • getPlayer1Id

      public Integer getPlayer1Id()
      Sportradar player id for player 1 connected to this event. The meaning of this attribute depends on event type:
      • 30 (goal): Goal scorer
      • 50, 40, 45 (red, yellow, yellow/red card): Who got card
      • 60 (substitution): Outgoing player
      • 154 (corner): Who took corner
      • 161 (penalty awarded): Who caused penalty – offender
      • 155, 156 (shot on/off target): Who shot
      • 153 (off side): Who was off side
      • 158 (injury): Who was injured
      Returns:
      player 1 id
    • getPlayer2Id

      public Integer getPlayer2Id()
      Sportradar player id for player 1 connected to this event. The meaning of this attribute depends on event type:
      • 60 (substitution): Outgoing player
      • 161 (penalty awarded): Who caused penalty – offender
      Returns:
      player 2 id
    • getPlayer3Id

      public Integer getPlayer3Id()
      Sportradar player id for player 3 connected to this event. The meaning of this attribute depends on event type:
      • 30 (goal): player3 = Second assisting player
      Returns:
      player 3 id
    • getPlayer4Id

      public Integer getPlayer4Id()
      Sportradar player id for player 4 connected to this event. The meaning of this attribute depends on event type:
      • 30 (goal): player3 = Second assisting player
      Returns:
      player 4 id
    • getTippedTo

      public Integer getTippedTo()
      ID of player who got the ball. Only if present.
      Returns:
      ID of player
    • getPosX

      public Integer getPosX()
      Horizontal position on pitch, posx being a number from 0 to 100. The reference point 0 is at home teams goal.
      Returns:
      position x
    • getPosY

      public Integer getPosY()
      Vertical position on pitch, posy being a number from 0 to 100. The reference point 0 is on top of pitch when home teams goal is on the left hand side.
      Returns:
      position y
    • getTrack

      public TrackEntity getTrack()
      The TrackEntity object contains x, y, and z parameters if they exist. It will return null if all three parameters are null.
      Returns:
      track object
    • getRemainingTimeInPeriod

      public String getRemainingTimeInPeriod()
      Remaining time in period, mm:ss
      Returns:
      remaining time in period
    • getRuns

      public Integer getRuns()
      Get number of runs
      Returns:
      number of runs
    • getRunsInInnings

      public Integer getRunsInInnings()
      Gets runs in innings
      Returns:
      runs in innings
    • getSecondScoreType

      public Integer getSecondScoreType()
      Second score type
      Returns:
      second score type
    • getScoreTypeQualifier

      public String getScoreTypeQualifier()
      Scoretypequalifier: Additional score type qualifier. One event can have more than one scoretypequalifier. Enabled by LD XML config ID 46. Can have multiple values (for example 1,2,5). Possible values: 1 = 2nd chance 2 = Fast break 3 = From turnover 4 = Defensive goal tending 5 = Points in the paint
      Returns:
      String of types
    • getHappenedAt

      public org.joda.time.DateTime getHappenedAt()
      UNIX timestamp indicating when the event actually happened. Available only if the event had to be added after the fact.
      Returns:
      DateTime of happenedat.
    • getRefsTime

      public Long getRefsTime()
      Refstime containing the millisecond timestamp of the referenced event on event type DELETED_EVENT_ALERT(1044).
      Returns:
      time of deleted event
    • getShotDistance

      public Double getShotDistance()
      shotdistance - description: Distance of the shot - unit: in feet
      Returns:
      Double of shotdistance.
    • getShotProjectedGoalRate

      public Double getShotProjectedGoalRate()
    • getShotRatingCategory

      public Integer getShotRatingCategory()
    • getShotSpeed

      public Double getShotSpeed()
    • getShotType

      public Integer getShotType()
    • getPossibleBreak

      public Integer getPossibleBreak()
      Highest possible break in the current situation
      Returns:
      Integer possible break.
    • getServer

      public Team getServer()
      Who will serve next (in table-tennis).
      Returns:
      serving team
    • getServerTime

      public org.joda.time.DateTime getServerTime()
      Server time of event, time stamp in UTC.
      Returns:
      server time
    • getSetNumber

      public Integer getSetNumber()
      In tennis, which set number in the match.
      Returns:
      set number
    • getSetScore

      public String getSetScore()
      In tennis, the set score.
      Returns:
      set score
    • getSide

      public Team getSide()
      Which side had an event - home, away or none.
      Returns:
      side
    • getStrikes

      public Integer getStrikes()
      Get number of strike
      Returns:
      number of strikes
    • getTypeId

      public int getTypeId()
      Each event type has an id (e.g. yellow card 40, event deleted 1044, early bet status 1091, etc.). See LiveScout documentation to see which event types are supported for each sport. New event types can be offered in the future.
      Returns:
      typeId
    • getAssists

      public Integer getAssists()
      Gets number of assists
      Returns:
      number of assists
    • getDeaths

      public Integer getDeaths()
      Gets number of deaths
      Returns:
      number of deaths
    • getErrorsAway

      public Integer getErrorsAway()
      Gets number of errors away
      Returns:
      number of errors away
    • getErrorsHome

      public Integer getErrorsHome()
      Gets number of errors home
      Returns:
      number of errors home
    • getExperience

      public Integer getExperience()
      Gets experience
      Returns:
      experience
    • getFirstBaseLoaded

      public Boolean getFirstBaseLoaded()
      Is first base loaded
      Returns:
      first base status
    • getHeroesAliveAway

      public Integer getHeroesAliveAway()
      Gets the number of alive away team's heroes
      Returns:
      number of alive away team's heroes
    • getHeroesAliveHome

      public Integer getHeroesAliveHome()
      Gets the number of alive home team's heroes
      Returns:
      number of alive home team's heroes
    • getHitsAway

      public Integer getHitsAway()
      Gets the number of hits for away team
      Returns:
      number of hits for away team
    • getHitsHome

      public Integer getHitsHome()
      Gets the number of hits for home team
      Returns:
      number of hits for home team
    • getInningsScore

      public List<InningScoreEntity> getInningsScore()
      Gets inning scores
      Returns:
      inning scores
    • getKills

      public Integer getKills()
      Gets number of kills
      Returns:
      number of kills
    • getLastHits

      public Integer getLastHits()
      Gets number of last hits
      Returns:
      number of last hits
    • getLevel

      public Integer getLevel()
      Gets level
      Returns:
      level
    • getNetWorth

      public Integer getNetWorth()
      Gets net worth
      Returns:
      net worth
    • getPitchingSubstitution

      public Integer getPitchingSubstitution()
      Gets pitching substitution
      Returns:
      pitching substitution
    • getRunsAway

      public Integer getRunsAway()
      Gets the number of runs for away team
      Returns:
      number of runs for away team
    • getRunsHome

      public Integer getRunsHome()
      Gets the number of runs for home team
      Returns:
      number of runs for home team
    • getSecondBaseLoaded

      public Boolean getSecondBaseLoaded()
      Is second base loaded
      Returns:
      first base status
    • getThirdBaseLoaded

      public Boolean getThirdBaseLoaded()
      Is first base loaded
      Returns:
      first base status
    • getFirstBasePlayer

      public Long getFirstBasePlayer()
      Get first base player
      Returns:
      first base player
    • getSecondBasePlayer

      public Long getSecondBasePlayer()
      Get second base player
      Returns:
      second base player
    • getThirdBasePlayer

      public Long getThirdBasePlayer()
      Get third base player
      Returns:
      third base player
    • getWeaponId

      public Integer getWeaponId()
      Gets weapon id
      Returns:
      weapon id
    • getWeaponName

      public String getWeaponName()
      Gets weapon name
      Returns:
      weapon name
    • getBallSpotting

      public Boolean getBallSpotting()
      Gets ball spotting
      Returns:
      ball spotting
    • getDenies

      public Integer getDenies()
      Gets denies
      Returns:
      get denies
    • getEarlyBetstartType

      public Integer getEarlyBetstartType()
      Gets early betstart type
      Returns:
      early betstart type
    • getHeroId

      public Integer getHeroId()
      Gets hero id
      Returns:
      hero id
    • getHeroName

      public String getHeroName()
      Gets hero name
      Returns:
      hero name
    • getKillsAway

      public Integer getKillsAway()
      Gets kills away
      Returns:
      kills away
    • getKillsHome

      public Integer getKillsHome()
      Gets kills home
      Returns:
      kills home
    • getDragonkills

      public Integer getDragonkills()
      Gets dragon kills
      Returns:
      dragon kills
    • getBaronkills

      public Integer getBaronkills()
      Gets baron kills
      Returns:
      baron kills
    • getInhibitorkills

      public Integer getInhibitorkills()
      Gets inhibitor kills
      Returns:
      inhibitor kills
    • getTowerkills

      public Integer getTowerkills()
      Gets tower kills
      Returns:
      tower kills
    • getDoublekills

      public Integer getDoublekills()
      Gets double kills
      Returns:
      double kills
    • getTriplekills

      public Integer getTriplekills()
      Gets triple kills
      Returns:
      triple kills
    • getQuadrakills

      public Integer getQuadrakills()
      Gets quadra kills
      Returns:
      quadra kills
    • getPentakills

      public Integer getPentakills()
      Gets penta kills
      Returns:
      penta kills
    • getMapName

      public String getMapName()
      Gets map name
      Returns:
      map name
    • getItemName

      public String getItemName()
      Gets item name
      Returns:
      item name
    • getTouchdownType

      public int getTouchdownType()
      Gets the touchdown type
      Returns:
      touchdown type
    • getConversionType

      public int getConversionType()
      Gets the conversion type
      Returns:
      conversion type
    • getGoals

      public String getGoals()
      Gets the goals
      Returns:
      the goals
    • getBehinds

      public String getBehinds()
      Gets the behinds
      Returns:
      the behinds
    • getMatchStatus

      public String getMatchStatus()
      Gets the match status
      Returns:
      the match status
    • getUuId

      public String getUuId()
    • getPitchType

      public Integer getPitchType()
      Gets the type of how was the ball pitched
      Returns:
      the type of the pitch
    • getPitchSpeed

      public Double getPitchSpeed()
      Gets how fast the ball was pitched in MPH numeric values
      Returns:
      the pitch speed
    • getBattingAverages

      public String getBattingAverages()
      Gets the batting averages
      Returns:
      the batting averages
    • getPositionPlayerPitching

      public Boolean getPositionPlayerPitching()
      Gets the position player pitching
      Returns:
      the position player pitching
    • getBatBallSpeed

      public Double getBatBallSpeed()
      Gets the speed at which the ball leaves the bat, mph
      Returns:
      the speed at which the ball leaves the bat, mph
    • getBatBallAngle

      public Double getBatBallAngle()
      Gets the angle of the ball, relative from the ground, as the ball leaves the bat
      Returns:
      the angle of the ball, relative from the ground, as the ball leaves the bat
    • getBatBallDirection

      public Double getBatBallDirection()
      Gets the direction of the ball as it leaves the bat (-45 = left field bounds, 45 = right field bounds, 0 = straight forward)
      Returns:
      the direction of the ball as it leaves the bat
    • getStructure

      public String getStructure()
    • getMonsterType

      public String getMonsterType()
    • getDragonType

      public String getDragonType()
    • getWardsPlaced

      public Integer getWardsPlaced()
    • getChampionDamage

      public Integer getChampionDamage()
    • getRefUuId

      public String getRefUuId()
    • getRoundScore

      public String getRoundScore()
    • getKickedBy

      public String getKickedBy()
    • getSnappedBy

      public String getSnappedBy()
    • getReceivedBy

      public String getReceivedBy()
    • getMuffedBy

      public String getMuffedBy()
    • getDownedBy

      public String getDownedBy()
    • getCaughtBy

      public String getCaughtBy()
    • getTackledBy

      public String getTackledBy()
    • getTouchBackAt

      public String getTouchBackAt()
    • getCloud

      public String getCloud()
    • getHumidity

      public Integer getHumidity()
    • getWindChill

      public Integer getWindChill()
    • getWindDirection

      public String getWindDirection()
    • getWindSpeed

      public Integer getWindSpeed()
    • getTemperature

      public Integer getTemperature()
    • getSpottedAt

      public String getSpottedAt()
    • getDirection

      public String getDirection()
    • getPushedBy

      public String getPushedBy()
    • getTotalYardsGained

      public Integer getTotalYardsGained()
    • getIntendedReceiver

      public Integer getIntendedReceiver()
    • getThrownTo

      public String getThrownTo()
    • getDefensedBy

      public String getDefensedBy()
    • getBlockedBy

      public String getBlockedBy()
    • getYardLine

      public String getYardLine()
    • getPassedBy

      public String getPassedBy()
    • getRushedBy

      public String getRushedBy()
    • getRushSpeed

      public String getRushSpeed()
    • getInterceptedBy

      public String getInterceptedBy()
    • getTurfType

      public String getTurfType()
    • getStadiumType

      public String getStadiumType()
    • getSackedBy

      public String getSackedBy()
    • getSafetyBy

      public String getSafetyBy()
    • getFumbledBy

      public String getFumbledBy()
    • getRecoveredBy

      public String getRecoveredBy()
    • getCausedBy

      public String getCausedBy()
    • getPenaltyDistance

      public String getPenaltyDistance()
    • getPenaltyReason

      public String getPenaltyReason()
    • getPenaltyNoPlay

      public String getPenaltyNoPlay()
    • getPlacedAt

      public String getPlacedAt()
    • getInjuryPlayer

      public String getInjuryPlayer()
    • getInjuryReturn

      public String getInjuryReturn()
    • getDrivePlayInfo

      public String getDrivePlayInfo()
    • getHomePlayerStatsDef

      public String getHomePlayerStatsDef()
    • getAwayPlayerStatsDef

      public String getAwayPlayerStatsDef()
    • getHomePlayerStatsPass

      public String getHomePlayerStatsPass()
    • getAwayPlayerStatsPass

      public String getAwayPlayerStatsPass()
    • getHomePlayerStatsRush

      public String getHomePlayerStatsRush()
    • getAwayPlayerStatsRush

      public String getAwayPlayerStatsRush()
    • getHomePlayerStats

      public String getHomePlayerStats()
    • getAwayPlayerStats

      public String getAwayPlayerStats()
    • getHomePlayerStatsRec

      public String getHomePlayerStatsRec()
    • getAwayPlayerStatsRec

      public String getAwayPlayerStatsRec()
    • getPuntDistance

      public String getPuntDistance()
    • getDamage

      protected Integer getDamage()
    • getHealthRemaining

      protected Integer getHealthRemaining()
    • getPointsRemaining

      public Integer getPointsRemaining()
      Get points remaining on the table.
      Returns:
      points remaining
    • getReds

      public Integer getReds()
      Get number of Reds remaining on the table
      Returns:
      reds
    • getRanOutOfBoundsAt

      public String getRanOutOfBoundsAt()
    • getDriveInfoStatus

      public String getDriveInfoStatus()
    • getFieldGoalDistance

      public String getFieldGoalDistance()
    • getHomeTimeOnIce

      public String getHomeTimeOnIce()
    • getAwayTimeOnIce

      public String getAwayTimeOnIce()
    • getAttackingPlayers

      public String getAttackingPlayers()
    • getUnavailablePlayersHome

      public String getUnavailablePlayersHome()
    • getUnavailablePlayersAway

      public String getUnavailablePlayersAway()
    • getPlayerStatistics

      public PlayerStatisticsEntity getPlayerStatistics()
      Objects stores player statics fields that are coming with PLAYER_MATCH_STATS(1714) event
      Returns:
      team statics object
    • getHomeTimeOnCourt

      public String getHomeTimeOnCourt()
    • getAwayTimeOnCourt

      public String getAwayTimeOnCourt()
    • getHomePlayers

      public String getHomePlayers()
      Homeplayers: List of home player IDs which are currently on court. Format: "PID;PID;PID" (list of players ids split by semicolon)
      Returns:
      String of players ids
    • getAwayPlayers

      public String getAwayPlayers()
      Awayplayers: List of away player IDs which are currently on court. Format: "PID;PID;PID" (list of players ids split by semicolon)
      Returns:
      String of players ids
    • getAtBatNumber

      public Integer getAtBatNumber()
    • getTotalPitchCount

      public Integer getTotalPitchCount()
    • getAtBatPitchNumber

      public Integer getAtBatPitchNumber()
    • getBatBallDistance

      public Double getBatBallDistance()
    • getBatBallX

      public Double getBatBallX()
    • getBatBallY

      public Double getBatBallY()
    • getFieldingPlayers

      public String getFieldingPlayers()
    • getPreliminaryMatchStatistics

      public String getPreliminaryMatchStatistics()
    • getActualMatchStatistics

      public String getActualMatchStatistics()
    • getTeamStatistics

      public TeamStatisticsEntity getTeamStatistics()
      Objects stores team statics fields that are coming with TEAM_MATCH_STATS(1743) event
      Returns:
      team statics object
    • getFreeKickReason

      public Integer getFreeKickReason()
      FreeKickReason: Description of the free kick. Possible values: 0 = foul 1 = handball 2 = other
      Returns:
      Integer value of freeKickReason
    • getMaxBreakFrame

      public Integer getMaxBreakFrame()
      Get highest break in the current frame.
      Returns:
      max break frame
    • getHomeRunsHome

      public Integer getHomeRunsHome()
      Get home runs home.
      Returns:
      home runs home
    • getMaxBreakMatch

      public Integer getMaxBreakMatch()
      Get highest break in the current match.
      Returns:
      max break match
    • getHomeRunsAway

      public Integer getHomeRunsAway()
      Get home runs away.
      Returns:
      home runs away
    • getNextBatter

      public Integer getNextBatter()
      Get next batter.
      Returns:
      next batter
    • getStrokeType

      public String getStrokeType()
      Get stroke type.
      Returns:
      stroke type
    • getSpin

      public String getSpin()
      Get spin.
      Returns:
      spin
    • getScorerNotConfirmed

      public Boolean getScorerNotConfirmed()
      Get scorer not confirmed. Null is value not exists.
      Returns:
      true if scorer not confirmed
    • getFoulTypeDescriptor

      public Integer getFoulTypeDescriptor()
      Foultypedescriptor: Description of the foul. Possible values: 1 = charge 2 = off the ball 3 = take 4 = double 5 = shooting 6 = clear path 7 = loose ball 8 = blocking 9 = player control 10 = shooting block 11 = elbow 12 = punching 13 = flagrant type 1 14 = flagrant type 2 15 = away from play 16 = inbound 17 = non-unsportsmanlike 18 = rim hanging 19 = delay 20 = taunting 21 = indirect 22 = excess timeout 23 = too many players 24 = defensive 3 second 25 = flopping 26 = bench
      Returns:
      Integer value of foultypedescriptor
    • getFoulTypeQualifier

      public String getFoulTypeQualifier()
      Foultypequalifier: Additional classification of the foul type. One event can have more than one foultypequalifier. Possible values: 1 = 1 free throw 2 = 2 free throw 3 = 3 free throw 4 = in penalty 5 = team
      Returns:
      String of types
    • getStatistics

      public StatisticsEntity getStatistics()
    • getOnDeck

      public Long getOnDeck()
    • getInHole

      public Long getInHole()
    • getNumberOfShots

      public String getNumberOfShots()
    • getPointOutcome

      public String getPointOutcome()
    • getSituation

      public String getSituation()
    • getErrorType

      public String getErrorType()
    • getShotSequence

      public String getShotSequence()
    • getPrimaryShotType

      public String getPrimaryShotType()
    • getSecondaryShotType

      public String getSecondaryShotType()
    • getFinalConfidence

      public Boolean getFinalConfidence()
      Indicates that current updates are the ultimate ones, no further updates are expected for any of attributes
      Returns:
      Boolean
    • getPointInGameNumber

      public Integer getPointInGameNumber()
      Gets the point in game number
      Returns:
      point in game number
    • getLastStroke

      public String getLastStroke()
    • getSupervisorAction

      public Integer getSupervisorAction()