Class VehicleProfile
-
- All Implemented Interfaces:
public final class VehicleProfile
-
-
Field Summary
Fields Modifier and Type Field Description public final String
telematicsVehicleId
public final Vehicle
vehicle
public final VehicleTelematics
telematics
public final List<Peripheral>
peripherals
-
Constructor Summary
Constructors Constructor Description VehicleProfile(String telematicsVehicleId, Vehicle vehicle, VehicleTelematics telematics, List<Peripheral> peripherals)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
VehicleProfile
VehicleProfile(String telematicsVehicleId, Vehicle vehicle, VehicleTelematics telematics, List<Peripheral> peripherals)
-
-
-
-