| Package | Description |
|---|---|
| com.geotab.model.entity.tachograph.files | |
| com.geotab.model.entity.user | |
| com.geotab.model.serialization |
| 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 | Class and Description |
|---|---|
class |
NoDriver
A driver object that represents no driver.
|
class |
UnknownDriver
The default unknown driver of a
Device. |
| Modifier and Type | Method and Description |
|---|---|
Driver |
DriverFromIdDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
DriverEmbeddedSerializer.serialize(Driver v,
com.fasterxml.jackson.core.JsonGenerator jg,
com.fasterxml.jackson.databind.SerializerProvider sp) |
void |
DutyStatusInfoDriverSerializer.serialize(Driver driver,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
Copyright © 2024. All rights reserved.