Interface ReplicatedDataMessages.ORMap.EntryOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatedDataMessages.ORMap.Entry,ReplicatedDataMessages.ORMap.Entry.Builder
- Enclosing class:
- ReplicatedDataMessages.ORMap
public static interface ReplicatedDataMessages.ORMap.EntryOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintoptional sint32 intKey = 3;longoptional sint64 longKey = 4;optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;optional string stringKey = 1;org.apache.pekko.protobufv3.internal.ByteStringoptional string stringKey = 1;getValue()required .org.apache.pekko.cluster.ddata.OtherMessage value = 2;required .org.apache.pekko.cluster.ddata.OtherMessage value = 2;booleanoptional sint32 intKey = 3;booleanoptional sint64 longKey = 4;booleanoptional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;booleanoptional string stringKey = 1;booleanhasValue()required .org.apache.pekko.cluster.ddata.OtherMessage value = 2;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasStringKey
boolean hasStringKey()optional string stringKey = 1;- Returns:
- Whether the stringKey field is set.
-
getStringKey
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()required .org.apache.pekko.cluster.ddata.OtherMessage value = 2;- Returns:
- Whether the value field is set.
-
getValue
ReplicatorMessages.OtherMessage getValue()required .org.apache.pekko.cluster.ddata.OtherMessage value = 2;- Returns:
- The value.
-
getValueOrBuilder
ReplicatorMessages.OtherMessageOrBuilder getValueOrBuilder()required .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;
-