Interface ReplicatedDataMessages.ORMapDeltaGroup.MapEntryOrBuilder
-
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatedDataMessages.ORMapDeltaGroup.MapEntry,ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- Enclosing class:
- ReplicatedDataMessages.ORMapDeltaGroup
public static interface ReplicatedDataMessages.ORMapDeltaGroup.MapEntryOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIntKey()optional sint32 intKey = 3;longgetLongKey()optional sint64 longKey = 4;ReplicatorMessages.OtherMessagegetOtherKey()optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;ReplicatorMessages.OtherMessageOrBuildergetOtherKeyOrBuilder()optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;java.lang.StringgetStringKey()optional string stringKey = 1;org.apache.pekko.protobufv3.internal.ByteStringgetStringKeyBytes()optional string stringKey = 1;ReplicatorMessages.OtherMessagegetValue()optional .org.apache.pekko.cluster.ddata.OtherMessage value = 2;ReplicatorMessages.OtherMessageOrBuildergetValueOrBuilder()optional .org.apache.pekko.cluster.ddata.OtherMessage value = 2;booleanhasIntKey()optional sint32 intKey = 3;booleanhasLongKey()optional sint64 longKey = 4;booleanhasOtherKey()optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;booleanhasStringKey()optional string stringKey = 1;booleanhasValue()optional .org.apache.pekko.cluster.ddata.OtherMessage value = 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
-
hasStringKey
boolean hasStringKey()
optional string stringKey = 1;- Returns:
- Whether the stringKey field is set.
-
getStringKey
java.lang.String getStringKey()
optional string stringKey = 1;- Returns:
- The stringKey.
-
getStringKeyBytes
org.apache.pekko.protobufv3.internal.ByteString getStringKeyBytes()
optional string stringKey = 1;- Returns:
- The bytes for stringKey.
-
hasValue
boolean hasValue()
optional .org.apache.pekko.cluster.ddata.OtherMessage value = 2;- Returns:
- Whether the value field is set.
-
getValue
ReplicatorMessages.OtherMessage getValue()
optional .org.apache.pekko.cluster.ddata.OtherMessage value = 2;- Returns:
- The value.
-
getValueOrBuilder
ReplicatorMessages.OtherMessageOrBuilder getValueOrBuilder()
optional .org.apache.pekko.cluster.ddata.OtherMessage value = 2;
-
hasIntKey
boolean hasIntKey()
optional sint32 intKey = 3;- Returns:
- Whether the intKey field is set.
-
getIntKey
int getIntKey()
optional sint32 intKey = 3;- Returns:
- The intKey.
-
hasLongKey
boolean hasLongKey()
optional sint64 longKey = 4;- Returns:
- Whether the longKey field is set.
-
getLongKey
long getLongKey()
optional sint64 longKey = 4;- Returns:
- The longKey.
-
hasOtherKey
boolean hasOtherKey()
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;- Returns:
- Whether the otherKey field is set.
-
getOtherKey
ReplicatorMessages.OtherMessage getOtherKey()
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;- Returns:
- The otherKey.
-
getOtherKeyOrBuilder
ReplicatorMessages.OtherMessageOrBuilder getOtherKeyOrBuilder()
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;
-
-