akka.remote.testconductor
Class TestConductorProtocol.AddressRequest.Builder

java.lang.Object
  extended by 
      extended by akka.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
All Implemented Interfaces:
TestConductorProtocol.AddressRequestOrBuilder
Enclosing class:
TestConductorProtocol.AddressRequest

public static final class TestConductorProtocol.AddressRequest.Builder
extends
implements TestConductorProtocol.AddressRequestOrBuilder


Method Summary
 TestConductorProtocol.AddressRequest build()
           
 TestConductorProtocol.AddressRequest buildPartial()
           
 TestConductorProtocol.AddressRequest.Builder clear()
           
 TestConductorProtocol.AddressRequest.Builder clearAddr()
           
 TestConductorProtocol.AddressRequest.Builder clearNode()
           
 TestConductorProtocol.AddressRequest.Builder clone()
           
 TestConductorProtocol.Address getAddr()
           
 TestConductorProtocol.Address.Builder getAddrBuilder()
           
 TestConductorProtocol.AddressOrBuilder getAddrOrBuilder()
           
 TestConductorProtocol.AddressRequest getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getNode()
           
 boolean hasAddr()
           
 boolean hasNode()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 TestConductorProtocol.AddressRequest.Builder mergeAddr(TestConductorProtocol.Address value)
           
 TestConductorProtocol.AddressRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TestConductorProtocol.AddressRequest.Builder mergeFrom(com.google.protobuf.Message other)
           
 TestConductorProtocol.AddressRequest.Builder setAddr(TestConductorProtocol.Address.Builder builderForValue)
           
 TestConductorProtocol.AddressRequest.Builder setAddr(TestConductorProtocol.Address value)
           
 TestConductorProtocol.AddressRequest.Builder setNode(java.lang.String value)
           
 
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 TestConductorProtocol.AddressRequest.Builder clear()

clone

public TestConductorProtocol.AddressRequest.Builder clone()

getDescriptorForType

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

getDefaultInstanceForType

public TestConductorProtocol.AddressRequest getDefaultInstanceForType()

build

public TestConductorProtocol.AddressRequest build()

buildPartial

public TestConductorProtocol.AddressRequest buildPartial()

mergeFrom

public TestConductorProtocol.AddressRequest.Builder mergeFrom(com.google.protobuf.Message other)

isInitialized

public final boolean isInitialized()

mergeFrom

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

hasNode

public boolean hasNode()
Specified by:
hasNode in interface TestConductorProtocol.AddressRequestOrBuilder

getNode

public java.lang.String getNode()
Specified by:
getNode in interface TestConductorProtocol.AddressRequestOrBuilder

setNode

public TestConductorProtocol.AddressRequest.Builder setNode(java.lang.String value)

clearNode

public TestConductorProtocol.AddressRequest.Builder clearNode()

hasAddr

public boolean hasAddr()
Specified by:
hasAddr in interface TestConductorProtocol.AddressRequestOrBuilder

getAddr

public TestConductorProtocol.Address getAddr()
Specified by:
getAddr in interface TestConductorProtocol.AddressRequestOrBuilder

setAddr

public TestConductorProtocol.AddressRequest.Builder setAddr(TestConductorProtocol.Address value)

setAddr

public TestConductorProtocol.AddressRequest.Builder setAddr(TestConductorProtocol.Address.Builder builderForValue)

mergeAddr

public TestConductorProtocol.AddressRequest.Builder mergeAddr(TestConductorProtocol.Address value)

clearAddr

public TestConductorProtocol.AddressRequest.Builder clearAddr()

getAddrBuilder

public TestConductorProtocol.Address.Builder getAddrBuilder()

getAddrOrBuilder

public TestConductorProtocol.AddressOrBuilder getAddrOrBuilder()
Specified by:
getAddrOrBuilder in interface TestConductorProtocol.AddressRequestOrBuilder