public static class TestSpanEnrichmentOutput.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TestSpanEnrichmentOutput |
build() |
TestSpanEnrichmentOutput.Builder |
copy(TestSpanEnrichmentOutput model) |
TestSpanEnrichmentOutput.Builder |
filters(List<Boolean> filters)
A list of booleans indicating whether the corresponding filter in the input matched the
input span.
|
TestSpanEnrichmentOutput.Builder |
span(Object span)
The span after applying enrichment rules.
|
public TestSpanEnrichmentOutput.Builder span(Object span)
The span after applying enrichment rules.
span
- the value to setpublic TestSpanEnrichmentOutput.Builder filters(List<Boolean> filters)
A list of booleans indicating whether the corresponding filter in the input matched the input span.
filters
- the value to setpublic TestSpanEnrichmentOutput build()
public TestSpanEnrichmentOutput.Builder copy(TestSpanEnrichmentOutput model)
Copyright © 2016–2024. All rights reserved.