@PublicPreview("2021.06") data class CombustionVehicleDescriptor
Describes the vehicle with a combustion engine.
vehicleDimensions
- Specifies the dimensions of the vehicle.
vehicleEfficiency
- Specifies the efficiency of the vehicle.
vehicleRestrictions
- Specifies the restriction that this vehicle should be subjected to.
vehicleConsumption
- Specifies the consumption model of the vehicle.
class Builder
Builder used to create an instance of CombustionVehicleDescriptor. Once constructed, the user cannot change the field values. |
val engineType: VehicleEngineType |
|
val vehicleConsumption: CombustionVehicleConsumption?
Specifies the consumption model of the vehicle. |
|
val vehicleDimensions: VehicleDimensions?
Specifies the dimensions of the vehicle. |
|
val vehicleEfficiency: VehicleEfficiency?
Specifies the efficiency of the vehicle. |
|
val vehicleRestrictions: VehicleRestrictions?
Specifies the restriction that this vehicle should be subjected to. |