public static interface ArteryControlFormats.AddressOrBuilder
extends akka.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHostname()
required string hostname = 3; |
akka.protobuf.ByteString |
getHostnameBytes()
required string hostname = 3; |
int |
getPort()
required uint32 port = 4; |
java.lang.String |
getProtocol()
required string protocol = 1; |
akka.protobuf.ByteString |
getProtocolBytes()
required string protocol = 1; |
java.lang.String |
getSystem()
required string system = 2; |
akka.protobuf.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; |
boolean hasProtocol()
required string protocol = 1;
java.lang.String getProtocol()
required string protocol = 1;
akka.protobuf.ByteString getProtocolBytes()
required string protocol = 1;
boolean hasSystem()
required string system = 2;
java.lang.String getSystem()
required string system = 2;
akka.protobuf.ByteString getSystemBytes()
required string system = 2;
boolean hasHostname()
required string hostname = 3;
java.lang.String getHostname()
required string hostname = 3;
akka.protobuf.ByteString getHostnameBytes()
required string hostname = 3;
boolean hasPort()
required uint32 port = 4;
int getPort()
required uint32 port = 4;