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