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