VINParsedResult

class VINParsedResult(vin: String, worldManufacturerID: String, vehicleDescriptorSection: String, vehicleIdentifierSection: String, countryCode: String?, vehicleAttributes: String, modelYear: Int, plantCode: Char, sequentialNumber: String) : ParsedResult

Represents a parsed result that encodes a Vehicle Identification Number (VIN).

Constructors

Link copied to clipboard
constructor(vin: String, worldManufacturerID: String, vehicleDescriptorSection: String, vehicleIdentifierSection: String, countryCode: String?, vehicleAttributes: String, modelYear: Int, plantCode: Char, sequentialNumber: String)

Functions

Link copied to clipboard
Link copied to clipboard
open override fun getDisplayResult(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getVIN(): String
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String