Class WeightPerAxleGroup

  • java.lang.Object
    • com.here.sdk.transport.WeightPerAxleGroup

  • public final class WeightPerAxleGroup
    extends java.lang.Object

    Struct which defines the weight of the different axle groups of a vehicle. The provided value must be greater or equal to 0.

    • Field Detail

      • singleAxleGroupInKilograms

        @Nullable
        public java.lang.Integer singleAxleGroupInKilograms

        Single axle group in kilograms. By default, it is not set.

      • tandemAxleGroupInKilograms

        @Nullable
        public java.lang.Integer tandemAxleGroupInKilograms

        Tandem axle group in kilograms. By default, it is not set.

      • tripleAxleGroupInKilograms

        @Nullable
        public java.lang.Integer tripleAxleGroupInKilograms

        Triple axle group in kilograms. By default, it is not set.

      • quadAxleGroupInKilograms

        @Nullable
        public java.lang.Integer quadAxleGroupInKilograms

        Quad axle group in kilograms. By default, it is not set.

      • quintAxleGroupInKilograms

        @Nullable
        public java.lang.Integer quintAxleGroupInKilograms

        Quint axle group in kilograms. By default, it is not set.

    • Constructor Detail

      • WeightPerAxleGroup

        public WeightPerAxleGroup()

        Creates a new instance.

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object