withWeightPerAxleGroup abstract method

VehicleSpecificationPrivateBusBuilder withWeightPerAxleGroup(
  1. WeightPerAxleGroup weightPerAxleGroup
)

Sets the vehicle weight per axle group.

  • weightPerAxleGroup The vehicle weight per axle group.

Returns VehicleSpecificationPrivateBusBuilder. The VehicleSpecificationPrivateBusBuilder object with the current weight per axle group set to the new value.

Implementation

VehicleSpecificationPrivateBusBuilder withWeightPerAxleGroup(WeightPerAxleGroup weightPerAxleGroup);