public class SystemInfo extends Object
| Constructor and Description |
|---|
SystemInfo(VehicleType vehicleType,
String systemSoftwareVersion,
String systemHardwareVersion) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSystemHardwareVersion() |
String |
getSystemSoftwareVersion() |
VehicleType |
getVehicleType() |
public SystemInfo(@Nullable
VehicleType vehicleType,
@Nullable
String systemSoftwareVersion,
@Nullable
String systemHardwareVersion)
@Nullable public VehicleType getVehicleType()
@Nullable public String getSystemSoftwareVersion()
@Nullable public String getSystemHardwareVersion()