Class MatchBookingEntity
java.lang.Object
com.sportradar.livedata.sdk.feed.livescout.entities.LiveScoutEntityBase
com.sportradar.livedata.sdk.feed.livescout.entities.MatchBookingEntity
- All Implemented Interfaces:
Serializable
Match booking reply. This reply is sent when a client books a match.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the unique event id.If the match booking fails for any reason (match already bought, match finished etc.), the message will contain an explanation.Result of match booking (either valid or invalid)
-
Constructor Details
-
MatchBookingEntity
protected MatchBookingEntity()
-
-
Method Details
-
getEventId
Get the unique event id.- Overrides:
getEventIdin classLiveScoutEntityBase- Returns:
- - an event id or null
-
getMessage
If the match booking fails for any reason (match already bought, match finished etc.), the message will contain an explanation.- Returns:
- reply message
-
getResult
Result of match booking (either valid or invalid)- Returns:
- booking result
-