Package | Description |
---|---|
com.oracle.bmc.apmtraces.model |
Modifier and Type | Method and Description |
---|---|
SpanLog |
SpanLog.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<SpanLog> |
SpanLogCollection.getSpanLogs()
List of logs associated with the span at the given timestamp.
|
Modifier and Type | Method and Description |
---|---|
SpanLog.Builder |
SpanLog.Builder.copy(SpanLog model) |
Modifier and Type | Method and Description |
---|---|
SpanLogCollection.Builder |
SpanLogCollection.Builder.spanLogs(List<SpanLog> spanLogs)
List of logs associated with the span at the given timestamp.
|
Constructor and Description |
---|
SpanLogCollection(Date timeCreated,
String eventName,
List<SpanLog> spanLogs)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.