Class AttributeMatchConfig
-
- All Implemented Interfaces:
public final class AttributeMatchConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final MatchConfigkeyprivate final MatchConfigattribute
-
Constructor Summary
Constructors Constructor Description AttributeMatchConfig(MatchConfig key, MatchConfig attribute)
-
Method Summary
Modifier and Type Method Description final MatchConfiggetKey()final MatchConfiggetAttribute()-
-
Constructor Detail
-
AttributeMatchConfig
AttributeMatchConfig(MatchConfig key, MatchConfig attribute)
-
-
Method Detail
-
getKey
final MatchConfig getKey()
-
getAttribute
final MatchConfig getAttribute()
-
-
-
-