withWeightPerAxleInKilograms abstract method

VehicleSpecificationCarBuilder withWeightPerAxleInKilograms(
  1. int weightPerAxleInKilograms
)

Sets the vehicle weight per axle in kilograms.

  • weightPerAxleInKilograms The vehicle weight per axle in kilograms.

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

Implementation

VehicleSpecificationCarBuilder withWeightPerAxleInKilograms(int weightPerAxleInKilograms);