withTrailerAxleCount abstract method

VehicleSpecificationPrivateBusBuilder withTrailerAxleCount(
  1. int trailerAxleCount
)

Sets the vehicle trailer axle count.

  • trailerAxleCount The vehicle trailer axle count.

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

Implementation

VehicleSpecificationPrivateBusBuilder withTrailerAxleCount(int trailerAxleCount);