V - the type of the value in the vehicle response. Examples
are Double (for standard vehicle data) and String
(used for fault codes)public abstract class AbstractVehicleResponse<V> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DateTime |
time |
protected V |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractVehicleResponse()
Empty constructor.
|
|
AbstractVehicleResponse(V value,
String timestamp)
Basic constructor for a vehicle response.
|