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 TestDetails
Run 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 Summary
Nested Classes Modifier and Type Class Description static class
TestSpanEnrichmentDetails.Builder
-
Constructor Summary
Constructors Constructor Description TestSpanEnrichmentDetails(Object options, List<FilterTextOrId> filters, Object span)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestSpanEnrichmentDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
List<FilterTextOrId>
getFilters()
A list of filters to try against the given span.Object
getOptions()
The span enrichment rules to test in the format of an Options resource.Object
getSpan()
The span to test the rules on.int
hashCode()
TestSpanEnrichmentDetails.Builder
toBuilder()
String
toString()
String
toString(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
-
builder
public static TestSpanEnrichmentDetails.Builder builder()
Create a new builder.
-
toBuilder
public TestSpanEnrichmentDetails.Builder toBuilder()
-
getOptions
public Object getOptions()
The span enrichment rules to test in the format of an Options resource.- Returns:
- the value
-
getFilters
public List<FilterTextOrId> getFilters()
A list of filters to try against the given span.- Returns:
- the value
-
getSpan
public 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
-
toString
public String toString()
- Overrides:
toString
in classTestDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classTestDetails
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classTestDetails
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classTestDetails
-
-