Interface Shipment.LoadOrBuilder (1.39.0)

public static interface Shipment.LoadOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAmount()

public abstract long getAmount()

The amount by which the load of the vehicle performing the corresponding visit will vary. Since it is an integer, users are advised to choose an appropriate unit to avoid loss of precision. Must be ≥ 0.

int64 amount = 2;

Returns
TypeDescription
long

The amount.