Class BusSpecifications

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

  • public final class BusSpecifications
    extends java.lang.Object

    Bus specifications contain vehicle related attributes. Examples: height, weight, width. Only the fields that are set are considered for restriction handling.

    • Field Detail

      • grossWeightInKilograms

        @Nullable
        public java.lang.Integer grossWeightInKilograms

        Total vehicle weight in kilograms. By default, it is not set.

      • heightInCentimeters

        @Nullable
        public java.lang.Integer heightInCentimeters

        Bus height in centimeters. By default, it is not set.

      • widthInCentimeters

        @Nullable
        public java.lang.Integer widthInCentimeters

        Bus width in centimeters. By default, it is not set.

      • lengthInCentimeters

        @Nullable
        public java.lang.Integer lengthInCentimeters

        Bus length in centimeters. By default, it is not set.

    • Constructor Detail

      • BusSpecifications

        public BusSpecifications()

        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