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