akka.contrib.pattern.protobuf.msg
Class DistributedPubSubMessages.Address.Builder

java.lang.Object
  extended by 
      extended by akka.contrib.pattern.protobuf.msg.DistributedPubSubMessages.Address.Builder
All Implemented Interfaces:
DistributedPubSubMessages.AddressOrBuilder
Enclosing class:
DistributedPubSubMessages.Address

public static final class DistributedPubSubMessages.Address.Builder
extends
implements DistributedPubSubMessages.AddressOrBuilder

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

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()

clear

public DistributedPubSubMessages.Address.Builder clear()

clone

public DistributedPubSubMessages.Address.Builder clone()

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()

getDefaultInstanceForType

public DistributedPubSubMessages.Address getDefaultInstanceForType()

build

public DistributedPubSubMessages.Address build()

buildPartial

public DistributedPubSubMessages.Address buildPartial()

mergeFrom

public DistributedPubSubMessages.Address.Builder mergeFrom(com.google.protobuf.Message other)

isInitialized

public final boolean isInitialized()

mergeFrom

public DistributedPubSubMessages.Address.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws java.io.IOException
Throws:
java.io.IOException

hasSystem

public boolean hasSystem()
required string system = 1;

Specified by:
hasSystem in interface DistributedPubSubMessages.AddressOrBuilder

getSystem

public java.lang.String getSystem()
required string system = 1;

Specified by:
getSystem in interface DistributedPubSubMessages.AddressOrBuilder

getSystemBytes

public com.google.protobuf.ByteString getSystemBytes()
required string system = 1;

Specified by:
getSystemBytes in interface DistributedPubSubMessages.AddressOrBuilder

setSystem

public DistributedPubSubMessages.Address.Builder setSystem(java.lang.String value)
required string system = 1;


clearSystem

public DistributedPubSubMessages.Address.Builder clearSystem()
required string system = 1;


setSystemBytes

public DistributedPubSubMessages.Address.Builder setSystemBytes(com.google.protobuf.ByteString value)
required string system = 1;


hasHostname

public boolean hasHostname()
required string hostname = 2;

Specified by:
hasHostname in interface DistributedPubSubMessages.AddressOrBuilder

getHostname

public java.lang.String getHostname()
required string hostname = 2;

Specified by:
getHostname in interface DistributedPubSubMessages.AddressOrBuilder

getHostnameBytes

public com.google.protobuf.ByteString getHostnameBytes()
required string hostname = 2;

Specified by:
getHostnameBytes in interface DistributedPubSubMessages.AddressOrBuilder

setHostname

public DistributedPubSubMessages.Address.Builder setHostname(java.lang.String value)
required string hostname = 2;


clearHostname

public DistributedPubSubMessages.Address.Builder clearHostname()
required string hostname = 2;


setHostnameBytes

public DistributedPubSubMessages.Address.Builder setHostnameBytes(com.google.protobuf.ByteString value)
required string hostname = 2;


hasPort

public boolean hasPort()
required uint32 port = 3;

Specified by:
hasPort in interface DistributedPubSubMessages.AddressOrBuilder

getPort

public int getPort()
required uint32 port = 3;

Specified by:
getPort in interface DistributedPubSubMessages.AddressOrBuilder

setPort

public DistributedPubSubMessages.Address.Builder setPort(int value)
required uint32 port = 3;


clearPort

public DistributedPubSubMessages.Address.Builder clearPort()
required uint32 port = 3;


hasProtocol

public boolean hasProtocol()
optional string protocol = 4;

Specified by:
hasProtocol in interface DistributedPubSubMessages.AddressOrBuilder

getProtocol

public java.lang.String getProtocol()
optional string protocol = 4;

Specified by:
getProtocol in interface DistributedPubSubMessages.AddressOrBuilder

getProtocolBytes

public com.google.protobuf.ByteString getProtocolBytes()
optional string protocol = 4;

Specified by:
getProtocolBytes in interface DistributedPubSubMessages.AddressOrBuilder

setProtocol

public DistributedPubSubMessages.Address.Builder setProtocol(java.lang.String value)
optional string protocol = 4;


clearProtocol

public DistributedPubSubMessages.Address.Builder clearProtocol()
optional string protocol = 4;


setProtocolBytes

public DistributedPubSubMessages.Address.Builder setProtocolBytes(com.google.protobuf.ByteString value)
optional string protocol = 4;