@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 the TestSpanEnrichmentDetails.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 the TestSpanEnrichmentDetails.Builder
, which maintain a
set of all explicitly set fields called TestSpanEnrichmentDetails.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
TestSpanEnrichmentDetails.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
TestSpanEnrichmentDetails(Object options,
List<FilterTextOrId> filters,
Object span)
Deprecated.
|
Modifier and Type | Method and 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.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public TestSpanEnrichmentDetails(Object options, List<FilterTextOrId> filters, Object span)
public static TestSpanEnrichmentDetails.Builder builder()
Create a new builder.
public TestSpanEnrichmentDetails.Builder toBuilder()
public Object getOptions()
The span enrichment rules to test in the format of an Options resource.
public List<FilterTextOrId> getFilters()
A list of filters to try against the given span.
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.
public String toString()
toString
in class TestDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class TestDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class TestDetails
public int hashCode()
hashCode
in class TestDetails
Copyright © 2016–2024. All rights reserved.