VehicleRestrictionsSettings

data class VehicleRestrictionsSettings(    val totalWeight: Int,     val axleWeight: Int,     val tandemWeight: Int,     val tridemWeight: Int,     val otherWeight: Int,     val unladenWeight: Int,     val totalLength: Int,     val axleLength: Int,     val trailerLength: Int,     val tractorLength: Int,     val kingpinLastAxle: Int,     val kingpinLastTandem: Int,     val kingpinEndTrailer: Int,     val otherLength: Int,     val width: Int,     val Height: Int,     val totalCombinationWeight: Int)

Constructors

Link copied to clipboard
fun VehicleRestrictionsSettings(    totalWeight: Int,     axleWeight: Int,     tandemWeight: Int,     tridemWeight: Int,     otherWeight: Int,     unladenWeight: Int,     totalLength: Int,     axleLength: Int,     trailerLength: Int,     tractorLength: Int,     kingpinLastAxle: Int,     kingpinLastTandem: Int,     kingpinEndTrailer: Int,     otherLength: Int,     width: Int,     Height: Int,     totalCombinationWeight: Int)

Properties

Link copied to clipboard
val axleLength: Int
Link copied to clipboard
val axleWeight: Int
Link copied to clipboard
val Height: Int
Link copied to clipboard
val kingpinEndTrailer: Int
Link copied to clipboard
val kingpinLastAxle: Int
Link copied to clipboard
val kingpinLastTandem: Int
Link copied to clipboard
val otherLength: Int
Link copied to clipboard
val otherWeight: Int
Link copied to clipboard
val tandemWeight: Int
Link copied to clipboard
val totalCombinationWeight: Int
Link copied to clipboard
val totalLength: Int
Link copied to clipboard
val totalWeight: Int
Link copied to clipboard
val tractorLength: Int
Link copied to clipboard
val trailerLength: Int
Link copied to clipboard
val tridemWeight: Int
Link copied to clipboard
val unladenWeight: Int
Link copied to clipboard
val width: Int