Class VehicleProfile
-
- All Implemented Interfaces:
public final class VehicleProfile
-
-
Field Summary
Fields Modifier and Type Field Description public final StringtelematicsVehicleIdpublic final Vehiclevehiclepublic final VehicleTelematicstelematicspublic 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)
-
-
-
-