public interface Fixture
Modifier and Type | Interface and Description |
---|---|
static class |
Fixture.BookingStatus |
Modifier and Type | Method and Description |
---|---|
Team |
getAwayTeam() |
List<Competitor> |
getCompetitors()
Get the list of competitors for a team-based sport or for a racket-sport this will just
return two competitors.
|
DelayedInfo |
getDelayedInfo() |
String |
getExtraInfo(String key) |
Team |
getHomeTeam() |
String |
getId()
Returns the sportradar unique event id
|
Fixture.BookingStatus |
getLiveBookingStatus() |
Date |
getNextStartTime()
In case the match got suspended this will refer to the next time the match will resume
|
ProductInfo |
getProductInfo()
Get all sportradar specific information about this event
|
String |
getReferenceId(String referenceSourceName)
Returns the Id of this match from another sources perspective (this could be aams,
BetradarCtrl etc)
|
Date |
getStartTime()
This will be scheduled start time if available, otherwise estimated start time
|
Tournament |
getTournament() |
TournamentRoundInfo |
getTournamentRoundInfo() |
List<String> |
getTvChannels() |
Venue |
getVenue()
Where will the event take place
|
boolean |
isStartTimeConfirmed() |
String getId()
Tournament getTournament()
Date getStartTime()
boolean isStartTimeConfirmed()
Date getNextStartTime()
Team getHomeTeam()
Team getAwayTeam()
List<Competitor> getCompetitors()
Venue getVenue()
DelayedInfo getDelayedInfo()
ProductInfo getProductInfo()
String getReferenceId(String referenceSourceName)
referenceSourceName
- the name of the source whose id to return if availableTournamentRoundInfo getTournamentRoundInfo()
Fixture.BookingStatus getLiveBookingStatus()
Copyright © 2016–2017. All rights reserved.