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