akka.remote
Class WireFormats.AddressData.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<WireFormats.AddressData.Builder>
              extended by akka.remote.WireFormats.AddressData.Builder
All Implemented Interfaces:
WireFormats.AddressDataOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable
Enclosing class:
WireFormats.AddressData

public static final class WireFormats.AddressData.Builder
extends com.google.protobuf.GeneratedMessage.Builder<WireFormats.AddressData.Builder>
implements WireFormats.AddressDataOrBuilder

Protobuf type AddressData


 Defines a remote address.
 


Method Summary
 WireFormats.AddressData build()
           
 WireFormats.AddressData buildPartial()
           
 WireFormats.AddressData.Builder clear()
           
 WireFormats.AddressData.Builder clearHostname()
          required string hostname = 2;
 WireFormats.AddressData.Builder clearPort()
          required uint32 port = 3;
 WireFormats.AddressData.Builder clearProtocol()
          optional string protocol = 4;
 WireFormats.AddressData.Builder clearSystem()
          required string system = 1;
 WireFormats.AddressData.Builder clone()
           
 WireFormats.AddressData 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()
           
 WireFormats.AddressData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WireFormats.AddressData.Builder mergeFrom(com.google.protobuf.Message other)
           
 WireFormats.AddressData.Builder mergeFrom(WireFormats.AddressData other)
           
 WireFormats.AddressData.Builder setHostname(java.lang.String value)
          required string hostname = 2;
 WireFormats.AddressData.Builder setHostnameBytes(com.google.protobuf.ByteString value)
          required string hostname = 2;
 WireFormats.AddressData.Builder setPort(int value)
          required uint32 port = 3;
 WireFormats.AddressData.Builder setProtocol(java.lang.String value)
          optional string protocol = 4;
 WireFormats.AddressData.Builder setProtocolBytes(com.google.protobuf.ByteString value)
          optional string protocol = 4;
 WireFormats.AddressData.Builder setSystem(java.lang.String value)
          required string system = 1;
 WireFormats.AddressData.Builder setSystemBytes(com.google.protobuf.ByteString value)
          required string system = 1;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

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

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<WireFormats.AddressData.Builder>

clear

public WireFormats.AddressData.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<WireFormats.AddressData.Builder>

clone

public WireFormats.AddressData.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<WireFormats.AddressData.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<WireFormats.AddressData.Builder>

getDefaultInstanceForType

public WireFormats.AddressData getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public WireFormats.AddressData build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public WireFormats.AddressData buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public WireFormats.AddressData.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<WireFormats.AddressData.Builder>

mergeFrom

public WireFormats.AddressData.Builder mergeFrom(WireFormats.AddressData other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<WireFormats.AddressData.Builder>

mergeFrom

public WireFormats.AddressData.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws java.io.IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<WireFormats.AddressData.Builder>
Throws:
java.io.IOException

hasSystem

public boolean hasSystem()
required string system = 1;

Specified by:
hasSystem in interface WireFormats.AddressDataOrBuilder

getSystem

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

Specified by:
getSystem in interface WireFormats.AddressDataOrBuilder

getSystemBytes

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

Specified by:
getSystemBytes in interface WireFormats.AddressDataOrBuilder

setSystem

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


clearSystem

public WireFormats.AddressData.Builder clearSystem()
required string system = 1;


setSystemBytes

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


hasHostname

public boolean hasHostname()
required string hostname = 2;

Specified by:
hasHostname in interface WireFormats.AddressDataOrBuilder

getHostname

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

Specified by:
getHostname in interface WireFormats.AddressDataOrBuilder

getHostnameBytes

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

Specified by:
getHostnameBytes in interface WireFormats.AddressDataOrBuilder

setHostname

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


clearHostname

public WireFormats.AddressData.Builder clearHostname()
required string hostname = 2;


setHostnameBytes

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


hasPort

public boolean hasPort()
required uint32 port = 3;

Specified by:
hasPort in interface WireFormats.AddressDataOrBuilder

getPort

public int getPort()
required uint32 port = 3;

Specified by:
getPort in interface WireFormats.AddressDataOrBuilder

setPort

public WireFormats.AddressData.Builder setPort(int value)
required uint32 port = 3;


clearPort

public WireFormats.AddressData.Builder clearPort()
required uint32 port = 3;


hasProtocol

public boolean hasProtocol()
optional string protocol = 4;

Specified by:
hasProtocol in interface WireFormats.AddressDataOrBuilder

getProtocol

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

Specified by:
getProtocol in interface WireFormats.AddressDataOrBuilder

getProtocolBytes

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

Specified by:
getProtocolBytes in interface WireFormats.AddressDataOrBuilder

setProtocol

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


clearProtocol

public WireFormats.AddressData.Builder clearProtocol()
optional string protocol = 4;


setProtocolBytes

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