akka.remote
Interface ContainerFormats.SelectionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ContainerFormats.Selection, ContainerFormats.Selection.Builder
Enclosing class:
ContainerFormats

public static interface ContainerFormats.SelectionOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasType

boolean hasType()
required .PatternType type = 1;


getType

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


hasMatcher

boolean hasMatcher()
optional string matcher = 2;


getMatcher

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


getMatcherBytes

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