Class CarImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.CarImpl
- All Implemented Interfaces:
Car
A basic implementation of the
Car-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the chassis of a carReturns the engine name of a cargetName()Returns the name of a car
-
Constructor Details
-
CarImpl
-
-
Method Details
-
getName
Returns the name of a car -
getChassis
Returns the chassis of a car- Specified by:
getChassisin interfaceCar- Returns:
- the chassis of a car
-
getEngineName
Returns the engine name of a car- Specified by:
getEngineNamein interfaceCar- Returns:
- the engine name of a car
-