-
- All Implemented Interfaces:
public class LogContextLogContext Schema model object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLogContext.Builder
-
Constructor Summary
Constructors Constructor Description LogContext(LogContext.Builder builder)
-
Method Summary
Modifier and Type Method Description StringgetBuild()StringgetCity()StringgetCountry()StringgetAppId()ObjectgetMediaProviderValue()ObjectgetEventEnvironmentValue()StringgetPageTitle()StringgetMapVersion()DoublegetVehicleSpeed()Speed of the car in meters per second ObjectgetPowerTypeValue()The power type of the vehicle StringgetFirmwareVersion()The firmware version of the device StringgetLogId()StringgetSessionId()StringgetDeviceId()StringgetDeviceModel()StringgetConnectionType()StringgetDeviceMake()StringgetOsName()StringgetOsVersion()DoublegetCurrentLat()DoublegetCurrentLon()StringgetUserId()StringgetSdkVersion()StringgetClientName()StringgetClientVersion()LonggetSessionTimer()LonggetRawGpsTimestamp()StringgetTripId()voidsetTripId(String trip_id)StringgetTimeZone()static LogContext.Builderbuilder()-
-
Constructor Detail
-
LogContext
LogContext(LogContext.Builder builder)
-
-
Method Detail
-
getCountry
String getCountry()
-
getMediaProviderValue
Object getMediaProviderValue()
-
getEventEnvironmentValue
Object getEventEnvironmentValue()
-
getPageTitle
String getPageTitle()
-
getMapVersion
String getMapVersion()
-
getVehicleSpeed
Double getVehicleSpeed()
Speed of the car in meters per second
-
getPowerTypeValue
Object getPowerTypeValue()
The power type of the vehicle
-
getFirmwareVersion
String getFirmwareVersion()
The firmware version of the device
-
getSessionId
String getSessionId()
-
getDeviceId
String getDeviceId()
-
getDeviceModel
String getDeviceModel()
-
getConnectionType
String getConnectionType()
-
getDeviceMake
String getDeviceMake()
-
getOsVersion
String getOsVersion()
-
getCurrentLat
Double getCurrentLat()
-
getCurrentLon
Double getCurrentLon()
-
getSdkVersion
String getSdkVersion()
-
getClientName
String getClientName()
-
getClientVersion
String getClientVersion()
-
getSessionTimer
Long getSessionTimer()
-
getRawGpsTimestamp
Long getRawGpsTimestamp()
-
getTimeZone
String getTimeZone()
-
builder
static LogContext.Builder builder()
-
-
-
-