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