Interface DeliveryIndicatorOrBuilder (0.54.0)

public interface DeliveryIndicatorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActualDeliveryPercentage()

public abstract double getActualDeliveryPercentage()

Output only. The actual delivery percentage of the LineItem.

optional double actual_delivery_percentage = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
double

The actualDeliveryPercentage.

getExpectedDeliveryPercentage()

public abstract double getExpectedDeliveryPercentage()

Output only. The expected delivery percentage of the LineItem.

optional double expected_delivery_percentage = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
double

The expectedDeliveryPercentage.

hasActualDeliveryPercentage()

public abstract boolean hasActualDeliveryPercentage()

Output only. The actual delivery percentage of the LineItem.

optional double actual_delivery_percentage = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the actualDeliveryPercentage field is set.

hasExpectedDeliveryPercentage()

public abstract boolean hasExpectedDeliveryPercentage()

Output only. The expected delivery percentage of the LineItem.

optional double expected_delivery_percentage = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the expectedDeliveryPercentage field is set.