withAxleCount abstract method

VehicleSpecificationBusBuilder withAxleCount(
  1. int axleCount
)

Sets the vehicle axle count.

  • axleCount The vehicle axle count.

Returns VehicleSpecificationBusBuilder. The VehicleSpecificationBusBuilder object with the axle count set to the new value.

Implementation

VehicleSpecificationBusBuilder withAxleCount(int axleCount);