Class SportImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.SportSummaryImpl
com.sportradar.unifiedodds.sdk.internal.impl.entities.SportImpl
- All Implemented Interfaces:
Sport,SportSummary
Represents a sport
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sportradar.unifiedodds.sdk.internal.impl.entities.SportSummaryImpl
getId, getName, getNamesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sportradar.unifiedodds.sdk.entities.SportSummary
getId, getName, getNames
-
Constructor Details
-
SportImpl
Initializes a new instance ofSportImpl
-
-
Method Details
-
getCategories
Returns an unmodifiableListrepresenting categories which belong to the sport represented by the current instance- Specified by:
getCategoriesin interfaceSport- Returns:
- - an unmodifiable
Listrepresenting categories which belong to the sport represented by the current instance
-
toString
- Overrides:
toStringin classSportSummaryImpl- Returns:
- - a
Stringdescribing the currentSportinstance
-