java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.CarImpl
All Implemented Interfaces:
Car

public class CarImpl extends Object implements Car
A basic implementation of the Car
  • Constructor Details

    • CarImpl

      public CarImpl(CarCi car)
  • Method Details

    • getName

      public String getName()
      Returns the name of a car
      Specified by:
      getName in interface Car
      Returns:
      the name of a car
    • getChassis

      public String getChassis()
      Returns the chassis of a car
      Specified by:
      getChassis in interface Car
      Returns:
      the chassis of a car
    • getEngineName

      public String getEngineName()
      Returns the engine name of a car
      Specified by:
      getEngineName in interface Car
      Returns:
      the engine name of a car