akka.remote
Class ContainerFormats.Selection.Builder

java.lang.Object
  extended by 
      extended by akka.remote.ContainerFormats.Selection.Builder
All Implemented Interfaces:
ContainerFormats.SelectionOrBuilder
Enclosing class:
ContainerFormats.Selection

public static final class ContainerFormats.Selection.Builder
extends
implements ContainerFormats.SelectionOrBuilder

Protobuf type Selection


Method Summary
 ContainerFormats.Selection build()
           
 ContainerFormats.Selection buildPartial()
           
 ContainerFormats.Selection.Builder clear()
           
 ContainerFormats.Selection.Builder clearMatcher()
          optional string matcher = 2;
 ContainerFormats.Selection.Builder clearType()
          required .PatternType type = 1;
 ContainerFormats.Selection.Builder clone()
           
 ContainerFormats.Selection getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getMatcher()
          optional string matcher = 2;
 com.google.protobuf.ByteString getMatcherBytes()
          optional string matcher = 2;
 ContainerFormats.PatternType getType()
          required .PatternType type = 1;
 boolean hasMatcher()
          optional string matcher = 2;
 boolean hasType()
          required .PatternType type = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ContainerFormats.Selection.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ContainerFormats.Selection.Builder mergeFrom(com.google.protobuf.Message other)
           
 ContainerFormats.Selection.Builder setMatcher(java.lang.String value)
          optional string matcher = 2;
 ContainerFormats.Selection.Builder setMatcherBytes(com.google.protobuf.ByteString value)
          optional string matcher = 2;
 ContainerFormats.Selection.Builder setType(ContainerFormats.PatternType value)
          required .PatternType type = 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 ContainerFormats.Selection.Builder clear()

clone

public ContainerFormats.Selection.Builder clone()

getDescriptorForType

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

getDefaultInstanceForType

public ContainerFormats.Selection getDefaultInstanceForType()

build

public ContainerFormats.Selection build()

buildPartial

public ContainerFormats.Selection buildPartial()

mergeFrom

public ContainerFormats.Selection.Builder mergeFrom(com.google.protobuf.Message other)

isInitialized

public final boolean isInitialized()

mergeFrom

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

hasType

public boolean hasType()
required .PatternType type = 1;

Specified by:
hasType in interface ContainerFormats.SelectionOrBuilder

getType

public ContainerFormats.PatternType getType()
required .PatternType type = 1;

Specified by:
getType in interface ContainerFormats.SelectionOrBuilder

setType

public ContainerFormats.Selection.Builder setType(ContainerFormats.PatternType value)
required .PatternType type = 1;


clearType

public ContainerFormats.Selection.Builder clearType()
required .PatternType type = 1;


hasMatcher

public boolean hasMatcher()
optional string matcher = 2;

Specified by:
hasMatcher in interface ContainerFormats.SelectionOrBuilder

getMatcher

public java.lang.String getMatcher()
optional string matcher = 2;

Specified by:
getMatcher in interface ContainerFormats.SelectionOrBuilder

getMatcherBytes

public com.google.protobuf.ByteString getMatcherBytes()
optional string matcher = 2;

Specified by:
getMatcherBytes in interface ContainerFormats.SelectionOrBuilder

setMatcher

public ContainerFormats.Selection.Builder setMatcher(java.lang.String value)
optional string matcher = 2;


clearMatcher

public ContainerFormats.Selection.Builder clearMatcher()
optional string matcher = 2;


setMatcherBytes

public ContainerFormats.Selection.Builder setMatcherBytes(com.google.protobuf.ByteString value)
optional string matcher = 2;