Uses of Class
com.oracle.bmc.apmtraces.model.SpanLog
-
Packages that use SpanLog Package Description com.oracle.bmc.apmtraces.model -
-
Uses of SpanLog in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return SpanLog Modifier and Type Method Description SpanLog
SpanLog.Builder. build()
Methods in com.oracle.bmc.apmtraces.model that return types with arguments of type SpanLog Modifier and Type Method Description List<SpanLog>
SpanLogCollection. getSpanLogs()
List of logs associated with the span at the given timestamp.Methods in com.oracle.bmc.apmtraces.model with parameters of type SpanLog Modifier and Type Method Description SpanLog.Builder
SpanLog.Builder. copy(SpanLog model)
Method parameters in com.oracle.bmc.apmtraces.model with type arguments of type SpanLog Modifier and Type Method Description SpanLogCollection.Builder
SpanLogCollection.Builder. spanLogs(List<SpanLog> spanLogs)
List of logs associated with the span at the given timestamp.Constructor parameters in com.oracle.bmc.apmtraces.model with type arguments of type SpanLog Constructor Description SpanLogCollection(Date timeCreated, String eventName, List<SpanLog> spanLogs)
Deprecated.
-