RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.allHazardsRestricted(Boolean allHazardsRestricted) |
This restriction applies to truck cargo, where the resulting route excludes roads on which hazardous
materials are prohibited from being transported.
|
default RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.axleCount(Consumer<RouteNoticeDetailRange.Builder> axleCount) |
Total number of axles of the vehicle.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.axleCount(RouteNoticeDetailRange axleCount) |
Total number of axles of the vehicle.
|
static RouteViolatedConstraints.Builder |
RouteViolatedConstraints.builder() |
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.hazardousCargos(Collection<RouteHazardousCargoType> hazardousCargos) |
List of Hazardous cargo contained in the vehicle.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.hazardousCargos(RouteHazardousCargoType... hazardousCargos) |
List of Hazardous cargo contained in the vehicle.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.hazardousCargosWithStrings(String... hazardousCargos) |
List of Hazardous cargo contained in the vehicle.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.hazardousCargosWithStrings(Collection<String> hazardousCargos) |
List of Hazardous cargo contained in the vehicle.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.maxHeight(Long maxHeight) |
The maximum height of the vehicle.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.maxKpraLength(Long maxKpraLength) |
The maximum Kpra length of the vehicle.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.maxLength(Long maxLength) |
The maximum length of the vehicle.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.maxPayloadCapacity(Long maxPayloadCapacity) |
The maximum load capacity of the vehicle.
|
default RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.maxWeight(Consumer<RouteWeightConstraint.Builder> maxWeight) |
The maximum weight of the route.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.maxWeight(RouteWeightConstraint maxWeight) |
The maximum weight of the route.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.maxWeightPerAxle(Long maxWeightPerAxle) |
The maximum weight per axle of the vehicle.
|
default RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.maxWeightPerAxleGroup(Consumer<WeightPerAxleGroup.Builder> maxWeightPerAxleGroup) |
The maximum weight per axle group of the vehicle.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.maxWeightPerAxleGroup(WeightPerAxleGroup maxWeightPerAxleGroup) |
The maximum weight per axle group of the vehicle.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.maxWidth(Long maxWidth) |
The maximum width of the vehicle.
|
default RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.occupancy(Consumer<RouteNoticeDetailRange.Builder> occupancy) |
The number of occupants in the vehicle.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.occupancy(RouteNoticeDetailRange occupancy) |
The number of occupants in the vehicle.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.restrictedTimes(String restrictedTimes) |
Access radius restrictions based on time.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.timeDependent(Boolean timeDependent) |
The time dependent constraint.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.toBuilder() |
|
default RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.trailerCount(Consumer<RouteNoticeDetailRange.Builder> trailerCount) |
Number of trailers attached to the vehicle.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.trailerCount(RouteNoticeDetailRange trailerCount) |
Number of trailers attached to the vehicle.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.travelMode(Boolean travelMode) |
Travel mode corresponding to the leg.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.truckRoadType(String truckRoadType) |
Truck road type identifiers.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.truckType(String truckType) |
Type of the truck.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.truckType(RouteTruckType truckType) |
Type of the truck.
|
RouteViolatedConstraints.Builder |
RouteViolatedConstraints.Builder.tunnelRestrictionCode(String tunnelRestrictionCode) |
The tunnel restriction code.
|