Class 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 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).
    • Method Detail

      • 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​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Overrides:
        toString in class TestDetails
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation