withTiresCount abstract method

VehicleSpecificationTruckBuilder withTiresCount(
  1. int tiresCount
)

Sets the vehicle tires count.

  • tiresCount The vehicle tires count.

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

Implementation

VehicleSpecificationTruckBuilder withTiresCount(int tiresCount);