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
public class MatchDataEntity extends LiveScoutEntityBase implements Serializable
Match time information during a game.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MatchDataEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getMatchId()
Gets match idString
getMatchTime()
Gets match timeString
getRemainingTimeInPeriod()
Gets remaining time in periodprotected void
setMatchId(long matchId)
protected void
setMatchTime(String matchTime)
protected void
setRemainingTimeInPeriod(String remainingTimeInPeriod)
String
toString()
-
Methods inherited from class com.sportradar.livedata.sdk.feed.livescout.entities.LiveScoutEntityBase
getEventId
-
-
-
-
Method Detail
-
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
-
setMatchId
protected void setMatchId(long matchId)
-
setMatchTime
protected void setMatchTime(String matchTime)
-
setRemainingTimeInPeriod
protected void setRemainingTimeInPeriod(String remainingTimeInPeriod)
-
-