withAxleCount abstract method
- int axleCount
Sets the vehicle axle count.
axleCountThe vehicle axle count.
Returns VehicleSpecificationBusBuilder. The VehicleSpecificationBusBuilder object with the axle count set to the new value.
Implementation
VehicleSpecificationBusBuilder withAxleCount(int axleCount);