akka.remote.testconductor
Class TestConductorProtocol.EnterBarrier.Builder

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

public static final class TestConductorProtocol.EnterBarrier.Builder
extends
implements TestConductorProtocol.EnterBarrierOrBuilder


Method Summary
 TestConductorProtocol.EnterBarrier build()
           
 TestConductorProtocol.EnterBarrier buildPartial()
           
 TestConductorProtocol.EnterBarrier.Builder clear()
           
 TestConductorProtocol.EnterBarrier.Builder clearName()
           
 TestConductorProtocol.EnterBarrier.Builder clearOp()
           
 TestConductorProtocol.EnterBarrier.Builder clearTimeout()
           
 TestConductorProtocol.EnterBarrier.Builder clone()
           
 TestConductorProtocol.EnterBarrier getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getName()
           
 TestConductorProtocol.BarrierOp getOp()
           
 long getTimeout()
           
 boolean hasName()
           
 boolean hasOp()
           
 boolean hasTimeout()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 TestConductorProtocol.EnterBarrier.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TestConductorProtocol.EnterBarrier.Builder mergeFrom(com.google.protobuf.Message other)
           
 TestConductorProtocol.EnterBarrier.Builder setName(java.lang.String value)
           
 TestConductorProtocol.EnterBarrier.Builder setOp(TestConductorProtocol.BarrierOp value)
           
 TestConductorProtocol.EnterBarrier.Builder setTimeout(long 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.EnterBarrier.Builder clear()

clone

public TestConductorProtocol.EnterBarrier.Builder clone()

getDescriptorForType

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

getDefaultInstanceForType

public TestConductorProtocol.EnterBarrier getDefaultInstanceForType()

build

public TestConductorProtocol.EnterBarrier build()

buildPartial

public TestConductorProtocol.EnterBarrier buildPartial()

mergeFrom

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

isInitialized

public final boolean isInitialized()

mergeFrom

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

hasName

public boolean hasName()
Specified by:
hasName in interface TestConductorProtocol.EnterBarrierOrBuilder

getName

public java.lang.String getName()
Specified by:
getName in interface TestConductorProtocol.EnterBarrierOrBuilder

setName

public TestConductorProtocol.EnterBarrier.Builder setName(java.lang.String value)

clearName

public TestConductorProtocol.EnterBarrier.Builder clearName()

hasOp

public boolean hasOp()
Specified by:
hasOp in interface TestConductorProtocol.EnterBarrierOrBuilder

getOp

public TestConductorProtocol.BarrierOp getOp()
Specified by:
getOp in interface TestConductorProtocol.EnterBarrierOrBuilder

setOp

public TestConductorProtocol.EnterBarrier.Builder setOp(TestConductorProtocol.BarrierOp value)

clearOp

public TestConductorProtocol.EnterBarrier.Builder clearOp()

hasTimeout

public boolean hasTimeout()
Specified by:
hasTimeout in interface TestConductorProtocol.EnterBarrierOrBuilder

getTimeout

public long getTimeout()
Specified by:
getTimeout in interface TestConductorProtocol.EnterBarrierOrBuilder

setTimeout

public TestConductorProtocol.EnterBarrier.Builder setTimeout(long value)

clearTimeout

public TestConductorProtocol.EnterBarrier.Builder clearTimeout()