public static interface ShipmentRoute.DelayOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDuration() (deprecated)
public abstract Duration getDuration()Duration of the delay.
.google.protobuf.Duration duration = 2;
| Returns | |
|---|---|
| Type | Description |
Duration |
The duration. |
getDurationOrBuilder() (deprecated)
public abstract DurationOrBuilder getDurationOrBuilder()Duration of the delay.
.google.protobuf.Duration duration = 2;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getStartTime() (deprecated)
public abstract Timestamp getStartTime()Start of the delay.
.google.protobuf.Timestamp start_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder() (deprecated)
public abstract TimestampOrBuilder getStartTimeOrBuilder()Start of the delay.
.google.protobuf.Timestamp start_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasDuration() (deprecated)
public abstract boolean hasDuration()Duration of the delay.
.google.protobuf.Duration duration = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the duration field is set. |
hasStartTime() (deprecated)
public abstract boolean hasStartTime()Start of the delay.
.google.protobuf.Timestamp start_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |