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 TypeMethodDescriptionlongGets match idGets match timeGets remaining time in periodprotected voidsetMatchId(long matchId) protected voidsetMatchTime(String matchTime) protected voidsetRemainingTimeInPeriod(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
-