withAxleCount abstract method

VehicleSpecificationTruckBuilder withAxleCount(
  1. int axleCount
)

Sets the vehicle axle count.

  • axleCount The vehicle axle count.

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

Implementation

VehicleSpecificationTruckBuilder withAxleCount(int axleCount);