Package akka.remote
Interface ContainerFormats.SelectionOrBuilder
-
- All Superinterfaces:
akka.protobuf.MessageLiteOrBuilder
,akka.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContainerFormats.Selection
,ContainerFormats.Selection.Builder
- Enclosing class:
- ContainerFormats
public static interface ContainerFormats.SelectionOrBuilder extends akka.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getMatcher()
optional string matcher = 2;
akka.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;
-
-
-
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
akka.protobuf.ByteString getMatcherBytes()
optional string matcher = 2;
-
-