public interface OffsetDateTimeChangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
OffsetDateTime |
getNewValue()
The new value of the field.
|
OffsetDateTimeOrBuilder |
getNewValueOrBuilder()
The new value of the field.
|
OffsetDateTime |
getPreviousValue()
The value of the field that are changing.
|
OffsetDateTimeOrBuilder |
getPreviousValueOrBuilder()
The value of the field that are changing.
|
boolean |
hasNewValue()
The new value of the field.
|
boolean |
hasPreviousValue()
The value of the field that are changing.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPreviousValue()
The value of the field that are changing.
.spine.time.OffsetDateTime previous_value = 1;
OffsetDateTime getPreviousValue()
The value of the field that are changing.
.spine.time.OffsetDateTime previous_value = 1;
OffsetDateTimeOrBuilder getPreviousValueOrBuilder()
The value of the field that are changing.
.spine.time.OffsetDateTime previous_value = 1;
boolean hasNewValue()
The new value of the field.
.spine.time.OffsetDateTime new_value = 2;
OffsetDateTime getNewValue()
The new value of the field.
.spine.time.OffsetDateTime new_value = 2;
OffsetDateTimeOrBuilder getNewValueOrBuilder()
The new value of the field.
.spine.time.OffsetDateTime new_value = 2;