public interface OffsetTimeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ZoneOffset |
getOffset()
The offset of the time-zone from UTC.
|
ZoneOffsetOrBuilder |
getOffsetOrBuilder()
The offset of the time-zone from UTC.
|
LocalTime |
getTime()
The local time.
|
LocalTimeOrBuilder |
getTimeOrBuilder()
The local time.
|
boolean |
hasOffset()
The offset of the time-zone from UTC.
|
boolean |
hasTime()
The local time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasTime()
The local time.
.spine.time.LocalTime time = 1 [(.validate) = true];
LocalTime getTime()
The local time.
.spine.time.LocalTime time = 1 [(.validate) = true];
LocalTimeOrBuilder getTimeOrBuilder()
The local time.
.spine.time.LocalTime time = 1 [(.validate) = true];
boolean hasOffset()
The offset of the time-zone from UTC.
.spine.time.ZoneOffset offset = 2;
ZoneOffset getOffset()
The offset of the time-zone from UTC.
.spine.time.ZoneOffset offset = 2;
ZoneOffsetOrBuilder getOffsetOrBuilder()
The offset of the time-zone from UTC.
.spine.time.ZoneOffset offset = 2;