public interface OffsetDateTimeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
LocalDateTime |
getDateTime()
The local date-time.
|
LocalDateTimeOrBuilder |
getDateTimeOrBuilder()
The local date-time.
|
ZoneOffset |
getOffset()
The offset of the time-zone from UTC.
|
ZoneOffsetOrBuilder |
getOffsetOrBuilder()
The offset of the time-zone from UTC.
|
boolean |
hasDateTime()
The local date-time.
|
boolean |
hasOffset()
The offset of the time-zone from UTC.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDateTime()
The local date-time.
.spine.time.LocalDateTime date_time = 1 [(.required) = true, (.validate) = true];
LocalDateTime getDateTime()
The local date-time.
.spine.time.LocalDateTime date_time = 1 [(.required) = true, (.validate) = true];
LocalDateTimeOrBuilder getDateTimeOrBuilder()
The local date-time.
.spine.time.LocalDateTime date_time = 1 [(.required) = true, (.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;