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

public class MatchDataEntity extends LiveScoutEntityBase implements Serializable
Match time information during a game.
See Also:
  • Constructor Details

    • MatchDataEntity

      protected MatchDataEntity()
  • Method Details

    • getMatchId

      public long getMatchId()
      Gets match id
      Returns:
      match id
    • getMatchTime

      public String getMatchTime()
      Gets match time
      Returns:
      match time
    • getRemainingTimeInPeriod

      public String getRemainingTimeInPeriod()
      Gets remaining time in period
      Returns:
      remaining time in period
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setMatchId

      protected void setMatchId(long matchId)
    • setMatchTime

      protected void setMatchTime(String matchTime)
    • setRemainingTimeInPeriod

      protected void setRemainingTimeInPeriod(String remainingTimeInPeriod)