Interface RouteTrailerOptions.Builder

    • Method Detail

      • axleCount

        RouteTrailerOptions.Builder axleCount​(Integer axleCount)

        Total number of axles of the vehicle.

        Parameters:
        axleCount - Total number of axles of the vehicle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trailerCount

        RouteTrailerOptions.Builder trailerCount​(Integer trailerCount)

        Number of trailers attached to the vehicle.

        Default Value: 0

        Parameters:
        trailerCount - Number of trailers attached to the vehicle.

        Default Value: 0

        Returns:
        Returns a reference to this object so that method calls can be chained together.