| Package | Description |
|---|---|
| com.geotab.api | |
| com.geotab.model.entity.addins | |
| com.geotab.model.entity.device | |
| com.geotab.model.entity.tachograph.files | |
| com.geotab.model.serialization |
| Modifier and Type | Field and Description |
|---|---|
static Api.EntityDescriptor<Device,DeviceSearch> |
DataStore.DeviceEntity |
| Modifier and Type | Field and Description |
|---|---|
Device |
AddInDeviceLink.device
Gets or sets the
Device. |
| Modifier and Type | Class and Description |
|---|---|
class |
A1 |
class |
CustomDevice
A custom third-party device that is used in MyGeotab.
|
class |
CustomVehicleDevice
A custom third-party automotive vehicle device that is used in MyGeotab.
|
class |
Go10
The Geotab GO10 device.
|
class |
Go4v3 |
class |
Go5
The Geotab GO5 device.
|
class |
Go6
The Geotab GO6 device.
|
class |
Go7
The Geotab GO7 device.
|
class |
Go8
The Geotab GO8 device.
|
class |
Go9
The Geotab GO9 device.
|
class |
Go9b
The Geotab GO9B device.
|
class |
GoCurve
A GoCurve device.
|
class |
GoCurveAuxiliary
Device that supports curve logging and auxiliaries.
|
class |
GoDevice
The base device for all Geotab GO products.
|
class |
GoDriveDevice
A mobile tracking device that is used in MyGeotab.
|
class |
GoLegacy
A legacy Geotab device is any GO device prior to GO4v3.
|
class |
NoDevice
A
Device type that represents no device. |
class |
U1 |
class |
UntrackedAsset
An untracked asset that is used in MyGeotab without a serial number.
|
| Modifier and Type | Method and Description |
|---|---|
static Device |
Device.fromProductId(int productId)
Get the correct Device object from the given product Id.
|
static Device |
Device.fromSerialNumber(String serialNumber)
Returns the correct type of device for the given serial number.
|
Device |
DeviceType.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Device> |
DeviceType.getType() |
| Constructor and Description |
|---|
TachographDataFile(Id id,
Driver driver,
Device device,
Byte[] binaryData,
int origin,
String originDescription,
LocalDateTime dateTime,
LocalDateTime timestamp,
LocalDateTime timestampStart,
LocalDateTime timestampEnd,
String fileName,
String summary,
int signature,
String fileNameTgd,
String fileNameDdd,
String fileNameV1B,
String warnings,
String errors,
int processingStatus,
String lockGaps,
Boolean archived)
Initializes a new instance of the
TachographDataFile. |
| Modifier and Type | Method and Description |
|---|---|
Device |
DeviceDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext c) |
Copyright © 2024. All rights reserved.