withEmptyWeightInKilograms abstract method

VehicleSpecificationPrivateBusBuilder withEmptyWeightInKilograms(
  1. int emptyWeightInKilograms
)

Sets the vehicle empty weight in kilograms.

  • emptyWeightInKilograms The vehicle empty weight in kilograms.

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

Implementation

VehicleSpecificationPrivateBusBuilder withEmptyWeightInKilograms(int emptyWeightInKilograms);