Class CurrentSeasonInfoImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.CurrentSeasonInfoImpl
- All Implemented Interfaces:
CurrentSeasonInfo
Provides information about a tournament season
-
Method Summary
Modifier and TypeMethodDescriptionReturns aListof competitors that participate in the sport event associated with the current instanceReturns aSeasonCoverageinstance containing information about the available coverage for the associated seasonReturns aRoundinstance specifying the associated season roundReturns theDatespecifying the end date of the seasonReturns aListof groups associated with the associated seasongetId()Returns theUrnuniquely identifying the current seasonReturns the name of the season in the specified languagegetNames()Returns the name of the seasonReturns aListof events that belong to the associated seasonReturns theDatespecifying the start date of the seasongetYear()Returns theStringrepresentation the year of the seasontoString()Returns aStringdescribing the currentCurrentSeasonInfoinstance
-
Method Details
-
getId
Returns theUrnuniquely identifying the current season- Specified by:
getIdin interfaceCurrentSeasonInfo- Returns:
- - the
Urnuniquely identifying the current season
-
getNames
Returns the name of the season- Specified by:
getNamesin interfaceCurrentSeasonInfo
-
getName
Returns the name of the season in the specified language- Specified by:
getNamein interfaceCurrentSeasonInfo- Parameters:
locale- - aLocalespecifying the language of the returned name- Returns:
- - the name of the season in the specified language
-
getYear
Returns theStringrepresentation the year of the season- Specified by:
getYearin interfaceCurrentSeasonInfo- Returns:
- - the
Stringrepresentation the year of the season
-
getStartDate
Returns theDatespecifying the start date of the season- Specified by:
getStartDatein interfaceCurrentSeasonInfo- Returns:
- - the
Datespecifying the start date of the season
-
getEndDate
Returns theDatespecifying the end date of the season- Specified by:
getEndDatein interfaceCurrentSeasonInfo- Returns:
- - the
Datespecifying the end date of the season
-
getCoverage
Returns aSeasonCoverageinstance containing information about the available coverage for the associated season- Specified by:
getCoveragein interfaceCurrentSeasonInfo- Returns:
- - a
SeasonCoverageinstance containing information about the available coverage
-
getGroups
Returns aListof groups associated with the associated season- Specified by:
getGroupsin interfaceCurrentSeasonInfo- Returns:
- - a
Listof groups associated with the associated season
-
getCurrentRound
Returns aRoundinstance specifying the associated season round- Specified by:
getCurrentRoundin interfaceCurrentSeasonInfo- Returns:
- - a
Roundinstance specifying the associated season round
-
getCompetitors
Returns aListof competitors that participate in the sport event associated with the current instance- Specified by:
getCompetitorsin interfaceCurrentSeasonInfo- Returns:
- - a
Listof competitors that participate in the sport event associated with the current instance
-
getSchedule
Returns aListof events that belong to the associated season- Specified by:
getSchedulein interfaceCurrentSeasonInfo- Returns:
- - a
Listof events that belong to the associated season
-
toString
Returns aStringdescribing the currentCurrentSeasonInfoinstance- Overrides:
toStringin classObject- Returns:
- - a
Stringdescribing the currentCurrentSeasonInfoinstance
-