SportEvent

public final class SportEvent implements Serializable

Represents a sport event

Functions

Link copied to clipboard
final String getCategory()

The category of the event

Link copied to clipboard
final List<SportEventCompetitor> getCompetitors()

Information about the competitors in this event

Link copied to clipboard
final String getDataProviderCode()

Provider code for the sport data - e.q. Betradar

Link copied to clipboard
final String getDataProviderMatchId()

Id for this event for the given sportDataProvider - e.g. Betradar MatchID

Link copied to clipboard
final ZonedDateTime getEndTime()
Link copied to clipboard
final Long getEventId()

Internal identifier for this event

Link copied to clipboard
final String getExternalId()

External identifier for this event

Link copied to clipboard
final String getLeague()

The name of the league

Link copied to clipboard
final String getSport()

The name of the sport

Link copied to clipboard
final ZonedDateTime getStartTime()
Link copied to clipboard
final String getTournament()

The name of the tournament

Link copied to clipboard
final TvChannel getTvChannel()

Tv channel this event is presented on

Link copied to clipboard
final Long getTvChannelId()

An internal channel identifier

Link copied to clipboard
final Unit setTvChannel(TvChannel tvChannel)

Tv channel this event is presented on

Properties

Link copied to clipboard
private final String category

The category of the event

Link copied to clipboard
private final List<SportEventCompetitor> competitors

Information about the competitors in this event

Link copied to clipboard
private final String dataProviderCode

Provider code for the sport data - e.q. Betradar

Link copied to clipboard
private final String dataProviderMatchId

Id for this event for the given sportDataProvider - e.g. Betradar MatchID

Link copied to clipboard
private final ZonedDateTime endTime

The queued end date of the event (in local timezone ZoneId.systemDefault())

Link copied to clipboard
private final Long eventId

Internal identifier for this event

Link copied to clipboard
private final String externalId

External identifier for this event

Link copied to clipboard
private final String league

The name of the league

Link copied to clipboard
private final String sport

The name of the sport

Link copied to clipboard
private final ZonedDateTime startTime

The queued start date of the event (in local timezone ZoneId.systemDefault())

Link copied to clipboard
private final String tournament

The name of the tournament

Link copied to clipboard
private transient TvChannel tvChannel

Tv channel this event is presented on

Link copied to clipboard
private final Long tvChannelId

An internal channel identifier