public class SpanLogsDTO extends Object
SpanLogsDTO(UUID traceId, UUID spanId, List<SpanLog> spanLogs)
List<SpanLog>
getLogs()
UUID
getSpanId()
getTraceId()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SpanLogsDTO(UUID traceId, UUID spanId, List<SpanLog> spanLogs)
public UUID getTraceId()
public UUID getSpanId()
public List<SpanLog> getLogs()
Copyright © 2019. All rights reserved.