Class SpanEventMatchConfig
-
- All Implemented Interfaces:
public final class SpanEventMatchConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final MatchConfig
name
private final List<AttributeMatchConfig>
attributes
-
Constructor Summary
Constructors Constructor Description SpanEventMatchConfig(MatchConfig name, List<AttributeMatchConfig> attributes)
-
Method Summary
Modifier and Type Method Description final MatchConfig
getName()
final List<AttributeMatchConfig>
getAttributes()
-
-
Constructor Detail
-
SpanEventMatchConfig
SpanEventMatchConfig(MatchConfig name, List<AttributeMatchConfig> attributes)
-
-
Method Detail
-
getName
final MatchConfig getName()
-
getAttributes
final List<AttributeMatchConfig> getAttributes()
-
-
-
-