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