Interface WeightPerAxleGroup.Builder

    • Method Detail

      • single

        WeightPerAxleGroup.Builder single​(Long single)

        Weight for single axle group.

        Unit: Kilograms

        Parameters:
        single - Weight for single axle group.

        Unit: Kilograms

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

        WeightPerAxleGroup.Builder tandem​(Long tandem)

        Weight for tandem axle group.

        Unit: Kilograms

        Parameters:
        tandem - Weight for tandem axle group.

        Unit: Kilograms

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

        WeightPerAxleGroup.Builder triple​(Long triple)

        Weight for triple axle group.

        Unit: Kilograms

        Parameters:
        triple - Weight for triple axle group.

        Unit: Kilograms

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

        WeightPerAxleGroup.Builder quad​(Long quad)

        Weight for quad axle group.

        Unit: Kilograms

        Parameters:
        quad - Weight for quad axle group.

        Unit: Kilograms

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

        WeightPerAxleGroup.Builder quint​(Long quint)

        Weight for quad quint group.

        Unit: Kilograms

        Parameters:
        quint - Weight for quad quint group.

        Unit: Kilograms

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