Package com.oracle.bmc.apmconfig.model
Class TestSpanEnrichmentOutput.Builder
- java.lang.Object
- 
- com.oracle.bmc.apmconfig.model.TestSpanEnrichmentOutput.Builder
 
- 
- Enclosing class:
- TestSpanEnrichmentOutput
 
 public static class TestSpanEnrichmentOutput.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TestSpanEnrichmentOutputbuild()TestSpanEnrichmentOutput.Buildercopy(TestSpanEnrichmentOutput model)TestSpanEnrichmentOutput.Builderfilters(List<Boolean> filters)A list of booleans indicating whether the corresponding filter in the input matched the input span.TestSpanEnrichmentOutput.Builderspan(Object span)The span after applying enrichment rules.
 
- 
- 
- 
Method Detail- 
spanpublic TestSpanEnrichmentOutput.Builder span(Object span) The span after applying enrichment rules.- Parameters:
- span- the value to set
- Returns:
- this builder
 
 - 
filterspublic TestSpanEnrichmentOutput.Builder filters(List<Boolean> filters) A list of booleans indicating whether the corresponding filter in the input matched the input span.- Parameters:
- filters- the value to set
- Returns:
- this builder
 
 - 
buildpublic TestSpanEnrichmentOutput build() 
 - 
copypublic TestSpanEnrichmentOutput.Builder copy(TestSpanEnrichmentOutput model) 
 
- 
 
-