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