withTiresCount abstract method
- int tiresCount
Sets the vehicle tires count.
tiresCountThe vehicle tires count.
Returns VehicleSpecificationTruckBuilder. The VehicleSpecificationTruckBuilder object with the vehicle tires count set to the new value.
Implementation
VehicleSpecificationTruckBuilder withTiresCount(int tiresCount);