Interface ClusterShardingMessages.MapFieldEntryOrBuilder
- 
- All Superinterfaces:
 akka.protobufv3.internal.MessageLiteOrBuilder,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
 ClusterShardingMessages.MapFieldEntry,ClusterShardingMessages.MapFieldEntry.Builder
- Enclosing class:
 - ClusterShardingMessages
 
public static interface ClusterShardingMessages.MapFieldEntryOrBuilder extends akka.protobufv3.internal.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetKey()optional string key = 1;akka.protobufv3.internal.ByteStringgetKeyBytes()optional string key = 1;intgetValue()optional int32 value = 2;booleanhasKey()optional string key = 1;booleanhasValue()optional int32 value = 2;- 
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasKey
boolean hasKey()
optional string key = 1;- Returns:
 - Whether the key field is set.
 
 
- 
getKey
java.lang.String getKey()
optional string key = 1;- Returns:
 - The key.
 
 
- 
getKeyBytes
akka.protobufv3.internal.ByteString getKeyBytes()
optional string key = 1;- Returns:
 - The bytes for key.
 
 
- 
hasValue
boolean hasValue()
optional int32 value = 2;- Returns:
 - Whether the value field is set.
 
 
- 
getValue
int getValue()
optional int32 value = 2;- Returns:
 - The value.
 
 
 - 
 
 -