Class WeightPerAxleGroup
Package com.here.sdk.transport
Class WeightPerAxleGroup
- java.lang.Object
-
- com.here.sdk.transport.WeightPerAxleGroup
-
public final class WeightPerAxleGroup extends java.lang.ObjectStruct which defines the weight of the different axle groups of a vehicle. The provided value must be greater or equal to 0.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.IntegerquadAxleGroupInKilogramsQuad axle group in kilograms.java.lang.IntegerquintAxleGroupInKilogramsQuint axle group in kilograms.java.lang.IntegersingleAxleGroupInKilogramsSingle axle group in kilograms.java.lang.IntegertandemAxleGroupInKilogramsTandem axle group in kilograms.java.lang.IntegertripleAxleGroupInKilogramsTriple axle group in kilograms.
-
Constructor Summary
Constructors Constructor Description WeightPerAxleGroup()Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
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.
-
-