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
Reply sent when a client unsubscribes from a match or when a match subscription failed.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInitializes a new instance of theLiveScoutEntityBaseclass. -
Method Summary
Modifier and TypeMethodDescriptionGet the unique event id.longMatch idReason for match subscription failure or notification that un-subscription was successful.
-
Constructor Details
-
MatchStopEntity
protected MatchStopEntity()Initializes a new instance of theLiveScoutEntityBaseclass.
-
-
Method Details
-
getEventId
Get the unique event id.- Overrides:
getEventIdin classLiveScoutEntityBase- Returns:
- - an event id or null
-
getMatchId
public long getMatchId()Match id- Returns:
- match id
-
getReason
Reason for match subscription failure or notification that un-subscription was successful.- Returns:
- bet stop reason
-