WeightPerAxleGroup (API Reference)
Package com.here.sdk.transport
Class WeightPerAxleGroup
java.lang.Object
com.here.sdk.transport.WeightPerAxleGroup
Struct which defines the weight of the different axle groups of a vehicle. The provided value must be greater or equal to 0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionQuad axle group in kilograms.Quint axle group in kilograms.Single axle group in kilograms.Tandem axle group in kilograms.Triple axle group in kilograms. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
singleAxleGroupInKilograms
Single axle group in kilograms. By default, it is not set.
-
tandemAxleGroupInKilograms
Tandem axle group in kilograms. By default, it is not set.
-
tripleAxleGroupInKilograms
Triple axle group in kilograms. By default, it is not set.
-
quadAxleGroupInKilograms
Quad axle group in kilograms. By default, it is not set.
-
quintAxleGroupInKilograms
Quint axle group in kilograms. By default, it is not set.
-
-
Constructor Details
-
WeightPerAxleGroup
public WeightPerAxleGroup()Creates a new instance.
-
-
Method Details