Interface ShipmentRoute.DelayOrBuilder (1.15.0)

public static interface ShipmentRoute.DelayOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDuration()

public abstract Duration getDuration()

Duration of the delay.

.google.protobuf.Duration duration = 2;

Returns
TypeDescription
Duration

The duration.

getDurationOrBuilder()

public abstract DurationOrBuilder getDurationOrBuilder()

Duration of the delay.

.google.protobuf.Duration duration = 2;

Returns
TypeDescription
DurationOrBuilder

getStartTime()

public abstract Timestamp getStartTime()

Start of the delay.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

Start of the delay.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
TimestampOrBuilder

hasDuration()

public abstract boolean hasDuration()

Duration of the delay.

.google.protobuf.Duration duration = 2;

Returns
TypeDescription
boolean

Whether the duration field is set.

hasStartTime()

public abstract boolean hasStartTime()

Start of the delay.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
boolean

Whether the startTime field is set.