Interface ShipmentRoute.DelayOrBuilder (1.31.0)

public static interface ShipmentRoute.DelayOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDuration() (deprecated)

public abstract Duration getDuration()

Duration of the delay.

.google.protobuf.Duration duration = 2;

Returns
TypeDescription
Duration

The duration.

getDurationOrBuilder() (deprecated)

public abstract DurationOrBuilder getDurationOrBuilder()

Duration of the delay.

.google.protobuf.Duration duration = 2;

Returns
TypeDescription
DurationOrBuilder

getStartTime() (deprecated)

public abstract Timestamp getStartTime()

Start of the delay.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder() (deprecated)

public abstract TimestampOrBuilder getStartTimeOrBuilder()

Start of the delay.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
TimestampOrBuilder

hasDuration() (deprecated)

public abstract boolean hasDuration()

Duration of the delay.

.google.protobuf.Duration duration = 2;

Returns
TypeDescription
boolean

Whether the duration field is set.

hasStartTime() (deprecated)

public abstract boolean hasStartTime()

Start of the delay.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
boolean

Whether the startTime field is set.