public interface OffsetTimeChangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
OffsetTime |
getNewValue()
The new value of the field.
|
OffsetTimeOrBuilder |
getNewValueOrBuilder()
The new value of the field.
|
OffsetTime |
getPreviousValue()
The value of the field that are changing.
|
OffsetTimeOrBuilder |
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.OffsetTime previous_value = 1;
OffsetTime getPreviousValue()
The value of the field that are changing.
.spine.time.OffsetTime previous_value = 1;
OffsetTimeOrBuilder getPreviousValueOrBuilder()
The value of the field that are changing.
.spine.time.OffsetTime previous_value = 1;
boolean hasNewValue()
The new value of the field.
.spine.time.OffsetTime new_value = 2;
OffsetTime getNewValue()
The new value of the field.
.spine.time.OffsetTime new_value = 2;
OffsetTimeOrBuilder getNewValueOrBuilder()
The new value of the field.
.spine.time.OffsetTime new_value = 2;