withLengthInCentimeters abstract method
- int lengthInCentimeters
Sets the vehicle length in centimeters.
lengthInCentimetersThe vehicle length in centimeters.
Returns VehicleSpecificationBusBuilder. The VehicleSpecificationBusBuilder object with the vehicle length set to the new value.
Implementation
VehicleSpecificationBusBuilder withLengthInCentimeters(int lengthInCentimeters);