WeightPerAxleGroup

Specifies the total weight for different axle group configurations. Used in regions where regulations set different weight limits based on axle group types.

Unit: kilograms

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val quad: Long

Total weight in kilograms for quad (four adjacent) axle configurations.

Link copied to clipboard
val quint: Long

Total weight in kilograms for quint (five adjacent) axle configurations.

Link copied to clipboard

Total weight in kilograms for single axle configurations.

Link copied to clipboard

Total weight in kilograms for tandem (two adjacent) axle configurations.

Link copied to clipboard

Total weight in kilograms for triple (three adjacent) axle configurations.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String