VehicleClassInfoCompleteness

data class VehicleClassInfoCompleteness<StringType : Parcelable, DateType : Parcelable>(val vehicleClass: StringType?, val licenceType: StringType?, val effectiveDate: DateType?, val expiryDate: DateType?) : Parcelable

Describes completeness information for a single driver license vehicle class entry.

Constructors

Link copied to clipboard
constructor(vehicleClass: StringType?, licenceType: StringType?, effectiveDate: DateType?, expiryDate: DateType?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Completeness of the effective date value.

Link copied to clipboard

Completeness of the expiry date value.

Link copied to clipboard

Completeness of the licence type value.

Link copied to clipboard

Completeness of the vehicle class value.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)