Class MatchDataEntity
java.lang.Object
com.sportradar.livedata.sdk.feed.livescout.entities.LiveScoutEntityBase
com.sportradar.livedata.sdk.feed.livescout.entities.MatchDataEntity
- All Implemented Interfaces:
Serializable
Match time information during a game.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Gets match idGets match timeGets remaining time in periodprotected void
setMatchId
(long matchId) protected void
setMatchTime
(String matchTime) protected void
setRemainingTimeInPeriod
(String remainingTimeInPeriod) toString()
Methods inherited from class com.sportradar.livedata.sdk.feed.livescout.entities.LiveScoutEntityBase
getEventId
-
Constructor Details
-
MatchDataEntity
protected MatchDataEntity()
-
-
Method Details
-
getMatchId
public long getMatchId()Gets match id- Returns:
- match id
-
getMatchTime
Gets match time- Returns:
- match time
-
getRemainingTimeInPeriod
Gets remaining time in period- Returns:
- remaining time in period
-
toString
-
setMatchId
protected void setMatchId(long matchId) -
setMatchTime
-
setRemainingTimeInPeriod
-