withEmptyWeightInKilograms abstract method

VehicleSpecificationBusBuilder withEmptyWeightInKilograms(
  1. int emptyWeightInKilograms
)

Sets the vehicle empty weight in kilograms.

  • emptyWeightInKilograms The vehicle empty weight in kilograms.

Returns VehicleSpecificationBusBuilder. The VehicleSpecificationBusBuilder object with the empty weight set to the new value.

Implementation

VehicleSpecificationBusBuilder withEmptyWeightInKilograms(int emptyWeightInKilograms);