withAxleCount abstract method

VehicleSpecificationCarBuilder withAxleCount(
  1. int axleCount
)

Sets the vehicle axle count.

  • axleCount The vehicle axle count.

Returns VehicleSpecificationCarBuilder. The VehicleSpecificationCarBuilder object with the axle count set to the new value.

Implementation

VehicleSpecificationCarBuilder withAxleCount(int axleCount);