Package com.highmobility.autoapi
Class VehicleInformation.State
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Byte>
com.highmobility.value.Bytes
com.highmobility.autoapi.Command
com.highmobility.autoapi.SetCommand
com.highmobility.autoapi.VehicleInformation.State
- Enclosing class:
- VehicleInformation
The vehicle information state
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.highmobility.autoapi.SetCommand
SetCommand.BaseBuilderNested classes/interfaces inherited from class com.highmobility.autoapi.Command
Command.HandleNotParsedProperty, Command.PropertyIteration, Command.PropertyIterator -
Field Summary
Fields inherited from class com.highmobility.autoapi.Command
BRAND_IDENTIFIER, NONCE_IDENTIFIER, propertyIterator, SIGNATURE_IDENTIFIER, TIMESTAMP_IDENTIFIER, universalPropertyIds, VIN_IDENTIFIERFields inherited from class com.highmobility.value.Bytes
bytesFields inherited from class java.util.AbstractList
modCount -
Method Summary
Modifier and TypeMethodDescriptiongetDrive()Property<com.highmobility.autoapi.value.measurement.Torque>Property<com.highmobility.autoapi.value.measurement.Volume>Property<com.highmobility.autoapi.value.measurement.Volume>getName()Property<com.highmobility.autoapi.value.measurement.Power>getPower()Property<com.highmobility.autoapi.value.measurement.Power>Deprecated.removed the unit from the name.Property<com.highmobility.autoapi.value.measurement.Mass>Methods inherited from class com.highmobility.autoapi.SetCommand
addProperty, createBytes, mandatoryPropertyErrorMessage, optionalPropertyErrorMessageMethods inherited from class com.highmobility.autoapi.Command
findUniversalProperties, findUniversalProperties, getAutoApiVersion, getBrand, getCommandType, getIdentifier, getNonce, getProperties, getProperty, getSignature, getSignedBytes, getTimestamp, getVinMethods inherited from class com.highmobility.value.Bytes
concat, concat, equals, get, getBase64, getBase64UrlSafe, getByteArray, getHex, getLength, getRange, set, set, set, size, toStringMethods inherited from class java.util.AbstractList
add, add, addAll, clear, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Method Details
-
getPowertrain
- Returns:
- Type of the (primary) powertrain
-
getModelName
- Returns:
- The vehicle model name
-
getName
- Returns:
- The vehicle name (nickname)
-
getLicensePlate
- Returns:
- The license plate number
-
getSalesDesignation
- Returns:
- The sales designation of the model
-
getModelYear
- Returns:
- The vehicle model manufacturing year number
-
getColourName
- Returns:
- The colour name
-
getPowerInKW
Deprecated.removed the unit from the name. Replaced bygetPower()- Returns:
- The power of the vehicle
-
getNumberOfDoors
- Returns:
- The number of doors
-
getNumberOfSeats
- Returns:
- The number of seats
-
getEngineVolume
- Returns:
- The engine volume displacement
-
getEngineMaxTorque
- Returns:
- The maximum engine torque
-
getGearbox
- Returns:
- The gearbox
-
getDisplayUnit
- Returns:
- The display unit
-
getDriverSeatLocation
- Returns:
- The driver seat location
-
getEquipments
- Returns:
- Names of equipment the vehicle is equipped with
-
getPower
- Returns:
- The power of the vehicle
-
getLanguage
- Returns:
- The language on headunit
-
getTimeformat
- Returns:
- The timeformat on headunit
-
getDrive
- Returns:
- Wheels driven by the engine
-
getPowertrainSecondary
- Returns:
- The powertrain secondary
-
getFuelTankCapacity
- Returns:
- The fuel tank capacity measured in liters
-
getBuildDate
- Returns:
- Build (construction) date of the vehicle.
-
getCountryCode
- Returns:
- The country code of the vehicle.
-
getModelKey
- Returns:
- The model key of the vehicle.
-
getDataQuality
- Returns:
- Evaluation of the timeliness of the available vehicle data.
-
getExtraEquipmentCodes
- Returns:
- Codes of the extra equipment the vehicle has
-
getSeries
- Returns:
- The vehicle model's series
-
getLastDataTransferDate
- Returns:
- The last trip date
-
getTimeZone
- Returns:
- Time zone setting in the vehicle.
-
getVehicleMass
- Returns:
- Vehicle mass.
-