akka.remote
Class RemoteProtocol.MetadataEntryProtocol.Builder

java.lang.Object
  extended by 
      extended by akka.remote.RemoteProtocol.MetadataEntryProtocol.Builder
All Implemented Interfaces:
RemoteProtocol.MetadataEntryProtocolOrBuilder
Enclosing class:
RemoteProtocol.MetadataEntryProtocol

public static final class RemoteProtocol.MetadataEntryProtocol.Builder
extends
implements RemoteProtocol.MetadataEntryProtocolOrBuilder


Method Summary
 RemoteProtocol.MetadataEntryProtocol build()
           
 RemoteProtocol.MetadataEntryProtocol buildPartial()
           
 RemoteProtocol.MetadataEntryProtocol.Builder clear()
           
 RemoteProtocol.MetadataEntryProtocol.Builder clearKey()
           
 RemoteProtocol.MetadataEntryProtocol.Builder clearValue()
           
 RemoteProtocol.MetadataEntryProtocol.Builder clone()
           
 RemoteProtocol.MetadataEntryProtocol getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getKey()
           
 com.google.protobuf.ByteString getValue()
           
 boolean hasKey()
           
 boolean hasValue()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 RemoteProtocol.MetadataEntryProtocol.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RemoteProtocol.MetadataEntryProtocol.Builder mergeFrom(com.google.protobuf.Message other)
           
 RemoteProtocol.MetadataEntryProtocol.Builder setKey(java.lang.String value)
           
 RemoteProtocol.MetadataEntryProtocol.Builder setValue(com.google.protobuf.ByteString 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 RemoteProtocol.MetadataEntryProtocol.Builder clear()

clone

public RemoteProtocol.MetadataEntryProtocol.Builder clone()

getDescriptorForType

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

getDefaultInstanceForType

public RemoteProtocol.MetadataEntryProtocol getDefaultInstanceForType()

build

public RemoteProtocol.MetadataEntryProtocol build()

buildPartial

public RemoteProtocol.MetadataEntryProtocol buildPartial()

mergeFrom

public RemoteProtocol.MetadataEntryProtocol.Builder mergeFrom(com.google.protobuf.Message other)

isInitialized

public final boolean isInitialized()

mergeFrom

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

hasKey

public boolean hasKey()
Specified by:
hasKey in interface RemoteProtocol.MetadataEntryProtocolOrBuilder

getKey

public java.lang.String getKey()
Specified by:
getKey in interface RemoteProtocol.MetadataEntryProtocolOrBuilder

setKey

public RemoteProtocol.MetadataEntryProtocol.Builder setKey(java.lang.String value)

clearKey

public RemoteProtocol.MetadataEntryProtocol.Builder clearKey()

hasValue

public boolean hasValue()
Specified by:
hasValue in interface RemoteProtocol.MetadataEntryProtocolOrBuilder

getValue

public com.google.protobuf.ByteString getValue()
Specified by:
getValue in interface RemoteProtocol.MetadataEntryProtocolOrBuilder

setValue

public RemoteProtocol.MetadataEntryProtocol.Builder setValue(com.google.protobuf.ByteString value)

clearValue

public RemoteProtocol.MetadataEntryProtocol.Builder clearValue()