withWeightPerAxleInKilograms abstract method
- int weightPerAxleInKilograms
Sets the vehicle weight per axle in kilograms.
weightPerAxleInKilogramsThe vehicle weight per axle in kilograms.
Returns VehicleSpecificationPrivateBusBuilder. The VehicleSpecificationPrivateBusBuilder object with the current weight per axle set to the new value.
Implementation
VehicleSpecificationPrivateBusBuilder withWeightPerAxleInKilograms(int weightPerAxleInKilograms);