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