withAxleCount abstract method

VehicleSpecificationPrivateBusBuilder withAxleCount(
  1. int axleCount
)

Sets the vehicle axle count.

  • axleCount The vehicle axle count.

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

Implementation

VehicleSpecificationPrivateBusBuilder withAxleCount(int axleCount);