public static interface TruckWeight.Builder extends SdkPojo, CopyableBuilder<TruckWeight.Builder,TruckWeight>
| Modifier and Type | Method and Description |
|---|---|
TruckWeight.Builder |
total(Double total)
The total weight of the truck.
|
TruckWeight.Builder |
unit(String unit)
The unit of measurement to use for the truck weight.
|
TruckWeight.Builder |
unit(VehicleWeightUnit unit)
The unit of measurement to use for the truck weight.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTruckWeight.Builder total(Double total)
The total weight of the truck.
For example, 3500.
total - The total weight of the truck.
For example, 3500.
TruckWeight.Builder unit(String unit)
The unit of measurement to use for the truck weight.
Default Value: Kilograms
unit - The unit of measurement to use for the truck weight.
Default Value: Kilograms
VehicleWeightUnit,
VehicleWeightUnitTruckWeight.Builder unit(VehicleWeightUnit unit)
The unit of measurement to use for the truck weight.
Default Value: Kilograms
unit - The unit of measurement to use for the truck weight.
Default Value: Kilograms
VehicleWeightUnit,
VehicleWeightUnitCopyright © 2023. All rights reserved.