Package akka.remote.testconductor
Interface TestConductorProtocol.AddressOrBuilder
- 
- All Superinterfaces:
 akka.protobufv3.internal.MessageLiteOrBuilder,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
 TestConductorProtocol.Address,TestConductorProtocol.Address.Builder
- Enclosing class:
 - TestConductorProtocol
 
public static interface TestConductorProtocol.AddressOrBuilder extends akka.protobufv3.internal.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetHost()required string host = 3;akka.protobufv3.internal.ByteStringgetHostBytes()required string host = 3;intgetPort()required int32 port = 4;java.lang.StringgetProtocol()required string protocol = 1;akka.protobufv3.internal.ByteStringgetProtocolBytes()required string protocol = 1;java.lang.StringgetSystem()required string system = 2;akka.protobufv3.internal.ByteStringgetSystemBytes()required string system = 2;booleanhasHost()required string host = 3;booleanhasPort()required int32 port = 4;booleanhasProtocol()required string protocol = 1;booleanhasSystem()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.
 
 
- 
hasHost
boolean hasHost()
required string host = 3;- Returns:
 - Whether the host field is set.
 
 
- 
getHost
java.lang.String getHost()
required string host = 3;- Returns:
 - The host.
 
 
- 
getHostBytes
akka.protobufv3.internal.ByteString getHostBytes()
required string host = 3;- Returns:
 - The bytes for host.
 
 
- 
hasPort
boolean hasPort()
required int32 port = 4;- Returns:
 - Whether the port field is set.
 
 
- 
getPort
int getPort()
required int32 port = 4;- Returns:
 - The port.
 
 
 - 
 
 -