Uses of Class
com.oracle.bmc.apmconfig.model.TestSpanEnrichmentOutput.Builder
-
Packages that use TestSpanEnrichmentOutput.Builder Package Description com.oracle.bmc.apmconfig.model -
-
Uses of TestSpanEnrichmentOutput.Builder in com.oracle.bmc.apmconfig.model
Methods in com.oracle.bmc.apmconfig.model that return TestSpanEnrichmentOutput.Builder Modifier and Type Method Description static TestSpanEnrichmentOutput.Builder
TestSpanEnrichmentOutput. builder()
Create a new builder.TestSpanEnrichmentOutput.Builder
TestSpanEnrichmentOutput.Builder. copy(TestSpanEnrichmentOutput model)
TestSpanEnrichmentOutput.Builder
TestSpanEnrichmentOutput.Builder. filters(List<Boolean> filters)
A list of booleans indicating whether the corresponding filter in the input matched the input span.TestSpanEnrichmentOutput.Builder
TestSpanEnrichmentOutput.Builder. span(Object span)
The span after applying enrichment rules.TestSpanEnrichmentOutput.Builder
TestSpanEnrichmentOutput. toBuilder()
-