Interface ShipmentRoute.VehicleLoadOrBuilder (1.38.0)

public static interface ShipmentRoute.VehicleLoadOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAmount()

public abstract long getAmount()

The amount of load on the vehicle, for the given type. The unit of load is usually indicated by the type. See Transition.vehicle_loads.

int64 amount = 1;

Returns
TypeDescription
long

The amount.