withGrossWeightInKilograms abstract method

VehicleSpecificationPrivateBusBuilder withGrossWeightInKilograms(
  1. int grossWeightInKilograms
)

Sets the vehicle gross weight in kilograms.

  • grossWeightInKilograms The vehicle gross weight in kilograms.

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

Implementation

VehicleSpecificationPrivateBusBuilder withGrossWeightInKilograms(int grossWeightInKilograms);