|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.contrib.pattern.protobuf.msg.DistributedPubSubMessages.Address.Builder
public static final class DistributedPubSubMessages.Address.Builder
Protobuf type Address
Defines a remote address.
Method Summary | |
---|---|
DistributedPubSubMessages.Address |
build()
|
DistributedPubSubMessages.Address |
buildPartial()
|
DistributedPubSubMessages.Address.Builder |
clear()
|
DistributedPubSubMessages.Address.Builder |
clearHostname()
required string hostname = 2; |
DistributedPubSubMessages.Address.Builder |
clearPort()
required uint32 port = 3; |
DistributedPubSubMessages.Address.Builder |
clearProtocol()
optional string protocol = 4; |
DistributedPubSubMessages.Address.Builder |
clearSystem()
required string system = 1; |
DistributedPubSubMessages.Address.Builder |
clone()
|
DistributedPubSubMessages.Address |
getDefaultInstanceForType()
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType()
|
java.lang.String |
getHostname()
required string hostname = 2; |
com.google.protobuf.ByteString |
getHostnameBytes()
required string hostname = 2; |
int |
getPort()
required uint32 port = 3; |
java.lang.String |
getProtocol()
optional string protocol = 4; |
com.google.protobuf.ByteString |
getProtocolBytes()
optional string protocol = 4; |
java.lang.String |
getSystem()
required string system = 1; |
com.google.protobuf.ByteString |
getSystemBytes()
required string system = 1; |
boolean |
hasHostname()
required string hostname = 2; |
boolean |
hasPort()
required uint32 port = 3; |
boolean |
hasProtocol()
optional string protocol = 4; |
boolean |
hasSystem()
required string system = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
DistributedPubSubMessages.Address.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
DistributedPubSubMessages.Address.Builder |
mergeFrom(com.google.protobuf.Message other)
|
DistributedPubSubMessages.Address.Builder |
setHostname(java.lang.String value)
required string hostname = 2; |
DistributedPubSubMessages.Address.Builder |
setHostnameBytes(com.google.protobuf.ByteString value)
required string hostname = 2; |
DistributedPubSubMessages.Address.Builder |
setPort(int value)
required uint32 port = 3; |
DistributedPubSubMessages.Address.Builder |
setProtocol(java.lang.String value)
optional string protocol = 4; |
DistributedPubSubMessages.Address.Builder |
setProtocolBytes(com.google.protobuf.ByteString value)
optional string protocol = 4; |
DistributedPubSubMessages.Address.Builder |
setSystem(java.lang.String value)
required string system = 1; |
DistributedPubSubMessages.Address.Builder |
setSystemBytes(com.google.protobuf.ByteString value)
required string system = 1; |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public DistributedPubSubMessages.Address.Builder clear()
public DistributedPubSubMessages.Address.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public DistributedPubSubMessages.Address getDefaultInstanceForType()
public DistributedPubSubMessages.Address build()
public DistributedPubSubMessages.Address buildPartial()
public DistributedPubSubMessages.Address.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public DistributedPubSubMessages.Address.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public boolean hasSystem()
required string system = 1;
hasSystem
in interface DistributedPubSubMessages.AddressOrBuilder
public java.lang.String getSystem()
required string system = 1;
getSystem
in interface DistributedPubSubMessages.AddressOrBuilder
public com.google.protobuf.ByteString getSystemBytes()
required string system = 1;
getSystemBytes
in interface DistributedPubSubMessages.AddressOrBuilder
public DistributedPubSubMessages.Address.Builder setSystem(java.lang.String value)
required string system = 1;
public DistributedPubSubMessages.Address.Builder clearSystem()
required string system = 1;
public DistributedPubSubMessages.Address.Builder setSystemBytes(com.google.protobuf.ByteString value)
required string system = 1;
public boolean hasHostname()
required string hostname = 2;
hasHostname
in interface DistributedPubSubMessages.AddressOrBuilder
public java.lang.String getHostname()
required string hostname = 2;
getHostname
in interface DistributedPubSubMessages.AddressOrBuilder
public com.google.protobuf.ByteString getHostnameBytes()
required string hostname = 2;
getHostnameBytes
in interface DistributedPubSubMessages.AddressOrBuilder
public DistributedPubSubMessages.Address.Builder setHostname(java.lang.String value)
required string hostname = 2;
public DistributedPubSubMessages.Address.Builder clearHostname()
required string hostname = 2;
public DistributedPubSubMessages.Address.Builder setHostnameBytes(com.google.protobuf.ByteString value)
required string hostname = 2;
public boolean hasPort()
required uint32 port = 3;
hasPort
in interface DistributedPubSubMessages.AddressOrBuilder
public int getPort()
required uint32 port = 3;
getPort
in interface DistributedPubSubMessages.AddressOrBuilder
public DistributedPubSubMessages.Address.Builder setPort(int value)
required uint32 port = 3;
public DistributedPubSubMessages.Address.Builder clearPort()
required uint32 port = 3;
public boolean hasProtocol()
optional string protocol = 4;
hasProtocol
in interface DistributedPubSubMessages.AddressOrBuilder
public java.lang.String getProtocol()
optional string protocol = 4;
getProtocol
in interface DistributedPubSubMessages.AddressOrBuilder
public com.google.protobuf.ByteString getProtocolBytes()
optional string protocol = 4;
getProtocolBytes
in interface DistributedPubSubMessages.AddressOrBuilder
public DistributedPubSubMessages.Address.Builder setProtocol(java.lang.String value)
optional string protocol = 4;
public DistributedPubSubMessages.Address.Builder clearProtocol()
optional string protocol = 4;
public DistributedPubSubMessages.Address.Builder setProtocolBytes(com.google.protobuf.ByteString value)
optional string protocol = 4;
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |