Interface ClusterShardingMessages.AddressOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterShardingMessages.Address
,ClusterShardingMessages.Address.Builder
- Enclosing class:
- ClusterShardingMessages
public static interface ClusterShardingMessages.AddressOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getHostname()
required string hostname = 3;
akka.protobufv3.internal.ByteString
getHostnameBytes()
required string hostname = 3;
int
getPort()
required uint32 port = 4;
java.lang.String
getProtocol()
required string protocol = 1;
akka.protobufv3.internal.ByteString
getProtocolBytes()
required string protocol = 1;
java.lang.String
getSystem()
required string system = 2;
akka.protobufv3.internal.ByteString
getSystemBytes()
required string system = 2;
boolean
hasHostname()
required string hostname = 3;
boolean
hasPort()
required uint32 port = 4;
boolean
hasProtocol()
required string protocol = 1;
boolean
hasSystem()
required string system = 2;
-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasProtocol
boolean hasProtocol()
required string protocol = 1;
- Returns:
- Whether the protocol field is set.
-
getProtocol
java.lang.String getProtocol()
required string protocol = 1;
- Returns:
- The protocol.
-
getProtocolBytes
akka.protobufv3.internal.ByteString getProtocolBytes()
required string protocol = 1;
- Returns:
- The bytes for protocol.
-
hasSystem
boolean hasSystem()
required string system = 2;
- Returns:
- Whether the system field is set.
-
getSystem
java.lang.String getSystem()
required string system = 2;
- Returns:
- The system.
-
getSystemBytes
akka.protobufv3.internal.ByteString getSystemBytes()
required string system = 2;
- Returns:
- The bytes for system.
-
hasHostname
boolean hasHostname()
required string hostname = 3;
- Returns:
- Whether the hostname field is set.
-
getHostname
java.lang.String getHostname()
required string hostname = 3;
- Returns:
- The hostname.
-
getHostnameBytes
akka.protobufv3.internal.ByteString getHostnameBytes()
required string hostname = 3;
- Returns:
- The bytes for hostname.
-
hasPort
boolean hasPort()
required uint32 port = 4;
- Returns:
- Whether the port field is set.
-
getPort
int getPort()
required uint32 port = 4;
- Returns:
- The port.
-
-