withTrailerCount abstract method

VehicleSpecificationPrivateBusBuilder withTrailerCount(
  1. int trailerCount
)

Sets the vehicle trailer count.

  • trailerCount The vehicle trailer count.

Returns VehicleSpecificationPrivateBusBuilder. The VehicleSpecificationPrivateBusBuilder object with the trailer count set to the new value.

Implementation

VehicleSpecificationPrivateBusBuilder withTrailerCount(int trailerCount);