Class RaceDriverProfileImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.RaceDriverProfileImpl
- All Implemented Interfaces:
RaceDriverProfile
A basic implementation of the
RaceDriverProfile-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCar()Returns the car informationReturns the race driver idReturns the race team id
-
Constructor Details
-
RaceDriverProfileImpl
-
-
Method Details
-
getRaceDriverId
Returns the race driver id- Specified by:
getRaceDriverIdin interfaceRaceDriverProfile- Returns:
- the race driver id
-
getRaceTeamId
Returns the race team id- Specified by:
getRaceTeamIdin interfaceRaceDriverProfile- Returns:
- the race team id
-
getCar
Returns the car information- Specified by:
getCarin interfaceRaceDriverProfile- Returns:
- the car information
-