Package com.oracle.bmc.apmconfig.model
Class TestSpanEnrichmentDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.apmconfig.model.TestDetails
- 
- com.oracle.bmc.apmconfig.model.TestSpanEnrichmentDetails
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20210201") public final class TestSpanEnrichmentDetails extends TestDetailsRun a set of span enrichment rules on a given span to see the result.
 Note: Objects should always be created or deserialized using theTestSpanEnrichmentDetails.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theTestSpanEnrichmentDetails.Builder, which maintain a set of all explicitly set fields calledTestSpanEnrichmentDetails.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classTestSpanEnrichmentDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description TestSpanEnrichmentDetails(Object options, List<FilterTextOrId> filters, Object span)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestSpanEnrichmentDetails.Builderbuilder()Create a new builder.booleanequals(Object o)List<FilterTextOrId>getFilters()A list of filters to try against the given span.ObjectgetOptions()The span enrichment rules to test in the format of an Options resource.ObjectgetSpan()The span to test the rules on.inthashCode()TestSpanEnrichmentDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
TestSpanEnrichmentDetails@Deprecated public TestSpanEnrichmentDetails(Object options, List<FilterTextOrId> filters, Object span) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static TestSpanEnrichmentDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic TestSpanEnrichmentDetails.Builder toBuilder() 
 - 
getOptionspublic Object getOptions() The span enrichment rules to test in the format of an Options resource.- Returns:
- the value
 
 - 
getFilterspublic List<FilterTextOrId> getFilters() A list of filters to try against the given span.- Returns:
- the value
 
 - 
getSpanpublic Object getSpan() The span to test the rules on.This should be a valid JSON object that follows one of the formats used by distributed tracing frameworks, such as OpenTelemetry, Zipkin, or Oracle Application Performance Monitoring. - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- TestDetails
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- TestDetails
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- TestDetails
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- TestDetails
 
 
- 
 
-