Class MatchStopEntity
- java.lang.Object
-
- com.sportradar.livedata.sdk.feed.livescout.entities.LiveScoutEntityBase
-
- com.sportradar.livedata.sdk.feed.livescout.entities.MatchStopEntity
-
- All Implemented Interfaces:
Serializable
public class MatchStopEntity extends LiveScoutEntityBase implements Serializable
Reply sent when a client unsubscribes from a match or when a match subscription failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MatchStopEntity()
Initializes a new instance of theLiveScoutEntityBase
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventIdentifier
getEventId()
Get the unique event id.long
getMatchId()
Match idString
getReason()
Reason for match subscription failure or notification that un-subscription was successful.
-
-
-
Constructor Detail
-
MatchStopEntity
protected MatchStopEntity()
Initializes a new instance of theLiveScoutEntityBase
class.
-
-
Method Detail
-
getEventId
public EventIdentifier getEventId()
Get the unique event id.- Overrides:
getEventId
in classLiveScoutEntityBase
- Returns:
- - an event id or null
-
getMatchId
public long getMatchId()
Match id- Returns:
- match id
-
getReason
public String getReason()
Reason for match subscription failure or notification that un-subscription was successful.- Returns:
- bet stop reason
-
-