static SpanLogCollection.Builder |
SpanLogCollection.builder() |
Create a new builder.
|
SpanLogCollection.Builder |
SpanLogCollection.Builder.copy(SpanLogCollection model) |
|
SpanLogCollection.Builder |
SpanLogCollection.Builder.eventName(String eventName) |
Name of the event for which the log is created.
|
SpanLogCollection.Builder |
SpanLogCollection.Builder.spanLogs(List<SpanLog> spanLogs) |
List of logs associated with the span at the given timestamp.
|
SpanLogCollection.Builder |
SpanLogCollection.Builder.timeCreated(Date timeCreated) |
Timestamp at which the log is created.
|
SpanLogCollection.Builder |
SpanLogCollection.toBuilder() |
|