RouteTruckOptions.Builder |
RouteTruckOptions.Builder.axleCount(Integer axleCount) |
Total number of axles of the vehicle.
|
static RouteTruckOptions.Builder |
RouteTruckOptions.builder() |
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.engineType(String engineType) |
Engine type of the vehicle.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.engineType(RouteEngineType engineType) |
Engine type of the vehicle.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.grossWeight(Long grossWeight) |
Gross weight of the vehicle including trailers, and goods at capacity.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.hazardousCargos(Collection<RouteHazardousCargoType> hazardousCargos) |
List of Hazardous cargo contained in the vehicle.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.hazardousCargos(RouteHazardousCargoType... hazardousCargos) |
List of Hazardous cargo contained in the vehicle.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.hazardousCargosWithStrings(String... hazardousCargos) |
List of Hazardous cargo contained in the vehicle.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.hazardousCargosWithStrings(Collection<String> hazardousCargos) |
List of Hazardous cargo contained in the vehicle.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.height(Long height) |
Height of the vehicle.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.heightAboveFirstAxle(Long heightAboveFirstAxle) |
Height of the vehicle above its first axle.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.kpraLength(Long kpraLength) |
Kingpin to rear axle length of the vehicle.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.length(Long length) |
Length of the vehicle.
|
default RouteTruckOptions.Builder |
RouteTruckOptions.Builder.licensePlate(Consumer<RouteVehicleLicensePlate.Builder> licensePlate) |
The vehicle License Plate.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.licensePlate(RouteVehicleLicensePlate licensePlate) |
The vehicle License Plate.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.maxSpeed(Double maxSpeed) |
Maximum speed
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.occupancy(Integer occupancy) |
The number of occupants in the vehicle.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.payloadCapacity(Long payloadCapacity) |
Payload capacity of the vehicle and trailers attached.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.tireCount(Integer tireCount) |
Number of tires on the vehicle.
|
RouteTruckOptions.Builder |
RouteTruckOptions.toBuilder() |
|
default RouteTruckOptions.Builder |
RouteTruckOptions.Builder.trailer(Consumer<RouteTrailerOptions.Builder> trailer) |
Trailer options corresponding to the vehicle.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.trailer(RouteTrailerOptions trailer) |
Trailer options corresponding to the vehicle.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.truckType(String truckType) |
Type of the truck.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.truckType(RouteTruckType truckType) |
Type of the truck.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.tunnelRestrictionCode(String tunnelRestrictionCode) |
The tunnel restriction code.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.weightPerAxle(Long weightPerAxle) |
Heaviest weight per axle irrespective of the axle type or the axle group.
|
default RouteTruckOptions.Builder |
RouteTruckOptions.Builder.weightPerAxleGroup(Consumer<WeightPerAxleGroup.Builder> weightPerAxleGroup) |
Specifies the total weight for the specified axle group.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.weightPerAxleGroup(WeightPerAxleGroup weightPerAxleGroup) |
Specifies the total weight for the specified axle group.
|
RouteTruckOptions.Builder |
RouteTruckOptions.Builder.width(Long width) |
Width of the vehicle.
|