Interface ReplicatedEventSourcing.ORSetDeltaGroup.EntryOrBuilder
-
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatedEventSourcing.ORSetDeltaGroup.Entry,ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- Enclosing class:
- ReplicatedEventSourcing.ORSetDeltaGroup
public static interface ReplicatedEventSourcing.ORSetDeltaGroup.EntryOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicatedEventSourcing.ORSetDeltaOpgetOperation()required .ORSetDeltaOp operation = 1;ReplicatedEventSourcing.ORSetgetUnderlying()required .ORSet underlying = 2;ReplicatedEventSourcing.ORSetOrBuildergetUnderlyingOrBuilder()required .ORSet underlying = 2;booleanhasOperation()required .ORSetDeltaOp operation = 1;booleanhasUnderlying()required .ORSet underlying = 2;-
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOperation
boolean hasOperation()
required .ORSetDeltaOp operation = 1;- Returns:
- Whether the operation field is set.
-
getOperation
ReplicatedEventSourcing.ORSetDeltaOp getOperation()
required .ORSetDeltaOp operation = 1;- Returns:
- The operation.
-
hasUnderlying
boolean hasUnderlying()
required .ORSet underlying = 2;- Returns:
- Whether the underlying field is set.
-
getUnderlying
ReplicatedEventSourcing.ORSet getUnderlying()
required .ORSet underlying = 2;- Returns:
- The underlying.
-
getUnderlyingOrBuilder
ReplicatedEventSourcing.ORSetOrBuilder getUnderlyingOrBuilder()
required .ORSet underlying = 2;
-
-