Class WeightPerAxleGroup

java.lang.Object
com.here.sdk.transport.WeightPerAxleGroup

public final class WeightPerAxleGroup extends Object

Struct which defines the weight of the different axle groups of a vehicle. The provided value must be greater or equal to 0.

  • Field Details

    • singleAxleGroupInKilograms

      @Nullable public Integer singleAxleGroupInKilograms

      Single axle group in kilograms. By default, it is not set.

    • tandemAxleGroupInKilograms

      @Nullable public Integer tandemAxleGroupInKilograms

      Tandem axle group in kilograms. By default, it is not set.

    • tripleAxleGroupInKilograms

      @Nullable public Integer tripleAxleGroupInKilograms

      Triple axle group in kilograms. By default, it is not set.

    • quadAxleGroupInKilograms

      @Nullable public Integer quadAxleGroupInKilograms

      Quad axle group in kilograms. By default, it is not set.

    • quintAxleGroupInKilograms

      @Nullable public Integer quintAxleGroupInKilograms

      Quint axle group in kilograms. By default, it is not set.

  • Constructor Details

    • WeightPerAxleGroup

      public WeightPerAxleGroup()

      Creates a new instance.

  • Method Details