Interface ReplicatedEventSourcing.ORSetDeltaGroup.EntryOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.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 akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicatedEventSourcing.ORSetDeltaOp
getOperation()
required .ORSetDeltaOp operation = 1;
ReplicatedEventSourcing.ORSet
getUnderlying()
required .ORSet underlying = 2;
ReplicatedEventSourcing.ORSetOrBuilder
getUnderlyingOrBuilder()
required .ORSet underlying = 2;
boolean
hasOperation()
required .ORSetDeltaOp operation = 1;
boolean
hasUnderlying()
required .ORSet underlying = 2;
-
Methods inherited from interface akka.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;
-
-