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