LocalTimeChangeOrBuilder

public interface LocalTimeChangeOrBuilder implements MessageOrBuilder

Functions

Link copied to clipboard
public abstract LocalTime getNewValue()
The new value of the field.
.spine.time.LocalTime new_value = 2;
Link copied to clipboard
The new value of the field.
.spine.time.LocalTime new_value = 2;
Link copied to clipboard
public abstract LocalTime getPreviousValue()
The value of the field that are changing.
.spine.time.LocalTime previous_value = 1;
Link copied to clipboard
The value of the field that are changing.
.spine.time.LocalTime previous_value = 1;
Link copied to clipboard
public abstract boolean hasNewValue()
The new value of the field.
.spine.time.LocalTime new_value = 2;
Link copied to clipboard
public abstract boolean hasPreviousValue()
The value of the field that are changing.
.spine.time.LocalTime previous_value = 1;

Inherited functions

Link copied to clipboard
Link copied to clipboard
public abstract Map<Descriptors.FieldDescriptor, Object> getAllFields()
Link copied to clipboard
public abstract Message getDefaultInstanceForType()
public abstract MessageLite getDefaultInstanceForType()
Link copied to clipboard
public abstract Descriptors.Descriptor getDescriptorForType()
Link copied to clipboard
public abstract Object getField(Descriptors.FieldDescriptor p)
Link copied to clipboard
Link copied to clipboard
public abstract Descriptors.FieldDescriptor getOneofFieldDescriptor(Descriptors.OneofDescriptor p)
Link copied to clipboard
public abstract Object getRepeatedField(Descriptors.FieldDescriptor p, int p1)
Link copied to clipboard
public abstract int getRepeatedFieldCount(Descriptors.FieldDescriptor p)
Link copied to clipboard
public abstract UnknownFieldSet getUnknownFields()
Link copied to clipboard
public abstract boolean hasField(Descriptors.FieldDescriptor p)
Link copied to clipboard
public abstract boolean hasOneof(Descriptors.OneofDescriptor p)
Link copied to clipboard
public abstract boolean isInitialized()

Inheritors

Link copied to clipboard
Link copied to clipboard