Uses of Class
com.oracle.bmc.apmconfig.model.TestDetails
-
Packages that use TestDetails Package Description com.oracle.bmc.apmconfig.model com.oracle.bmc.apmconfig.requests -
-
Uses of TestDetails in com.oracle.bmc.apmconfig.model
Subclasses of TestDetails in com.oracle.bmc.apmconfig.model Modifier and Type Class Description class
TestSpanEnrichmentDetails
Run a set of span enrichment rules on a given span to see the result. -
Uses of TestDetails in com.oracle.bmc.apmconfig.requests
Methods in com.oracle.bmc.apmconfig.requests that return TestDetails Modifier and Type Method Description TestDetails
TestRequest. getBody$()
Alternative accessor for the body parameter.TestDetails
TestRequest. getTestDetails()
The test input.Methods in com.oracle.bmc.apmconfig.requests with parameters of type TestDetails Modifier and Type Method Description TestRequest.Builder
TestRequest.Builder. body$(TestDetails body)
Alternative setter for the body parameter.TestRequest.Builder
TestRequest.Builder. testDetails(TestDetails testDetails)
The test input.
-