Klasse TraceLog
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.TraceLog
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class TraceLog
extends Object
TraceLog
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Long
The epoch end timestamp of the span in milliseconds.protected Long
The epoch end time of the span in nanoseconds.protected String
The spanId that is used to sequence the spans captured for tracing the event.protected String
The span ID of this span's parent.protected String
The span ID of this span's sibling to the left, sharing the same parent span ID.protected String
The constructed span ID that is used to sequence the spans in order.protected Long
The epoch start timestamp of the span in milliseconds.protected Long
The epoch start time of the span in nanoseconds.protected TraceInfo
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
TraceLog()
TraceLog
(Long endDate, Long endTime, String originalSpanId, String parentId, String prevSpanId, String spanId, Long startDate, Long startTime, TraceInfo trace) Constructs a validated instance ofTraceLog
.Constructs a validated instance ofTraceLog
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic TraceLog.TraceLogBuilder
builder()
protected boolean
endDate()
The epoch end timestamp of the span in milliseconds.The epoch end timestamp of the span in milliseconds.endTime()
The epoch end time of the span in nanoseconds.The epoch end time of the span in nanoseconds.boolean
int
hashCode()
The spanId that is used to sequence the spans captured for tracing the event.originalSpanId
(String originalSpanId) The spanId that is used to sequence the spans captured for tracing the event.parentId()
The span ID of this span's parent.The span ID of this span's parent.The span ID of this span's sibling to the left, sharing the same parent span ID.prevSpanId
(String prevSpanId) The span ID of this span's sibling to the left, sharing the same parent span ID.spanId()
The constructed span ID that is used to sequence the spans in order.The constructed span ID that is used to sequence the spans in order.The epoch start timestamp of the span in milliseconds.The epoch start timestamp of the span in milliseconds.The epoch start time of the span in nanoseconds.The epoch start time of the span in nanoseconds.toString()
trace()
-
Felddetails
-
endDate
The epoch end timestamp of the span in milliseconds. -
endTime
The epoch end time of the span in nanoseconds. -
originalSpanId
The spanId that is used to sequence the spans captured for tracing the event. -
parentId
The span ID of this span's parent. -
prevSpanId
The span ID of this span's sibling to the left, sharing the same parent span ID. -
spanId
The constructed span ID that is used to sequence the spans in order. -
startDate
The epoch start timestamp of the span in milliseconds. -
startTime
The epoch start time of the span in nanoseconds. -
trace
-
-
Konstruktordetails
-
TraceLog
Constructs a validated instance ofTraceLog
.- Parameter:
spec
- the specification to process
-
TraceLog
@Internal public TraceLog(Long endDate, Long endTime, String originalSpanId, String parentId, String prevSpanId, String spanId, Long startDate, Long startTime, TraceInfo trace) Constructs a validated instance ofTraceLog
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
TraceLog(Consumer)
instead.- Parameter:
endDate
- The epoch end timestamp of the span in milliseconds.endTime
- The epoch end time of the span in nanoseconds.originalSpanId
- The spanId that is used to sequence the spans captured for tracing the event.parentId
- The span ID of this span's parent.prevSpanId
- The span ID of this span's sibling to the left, sharing the same parent span ID.spanId
- The constructed span ID that is used to sequence the spans in order.startDate
- The epoch start timestamp of the span in milliseconds.startTime
- The epoch start time of the span in nanoseconds.trace
- var.name
-
TraceLog
protected TraceLog()
-
-
Methodendetails
-
builder
-
endDate
The epoch end timestamp of the span in milliseconds. -
endTime
The epoch end time of the span in nanoseconds. -
originalSpanId
The spanId that is used to sequence the spans captured for tracing the event. -
parentId
The span ID of this span's parent. -
prevSpanId
The span ID of this span's sibling to the left, sharing the same parent span ID. -
spanId
The constructed span ID that is used to sequence the spans in order. -
startDate
The epoch start timestamp of the span in milliseconds. -
startTime
The epoch start time of the span in nanoseconds. -
trace
-
endDate
The epoch end timestamp of the span in milliseconds.- Gibt zurück:
this
.
-
endTime
The epoch end time of the span in nanoseconds.- Gibt zurück:
this
.
-
originalSpanId
The spanId that is used to sequence the spans captured for tracing the event.- Gibt zurück:
this
.
-
parentId
The span ID of this span's parent.- Gibt zurück:
this
.
-
prevSpanId
The span ID of this span's sibling to the left, sharing the same parent span ID.- Gibt zurück:
this
.
-
spanId
The constructed span ID that is used to sequence the spans in order.- Gibt zurück:
this
.
-
startDate
The epoch start timestamp of the span in milliseconds.- Gibt zurück:
this
.
-
startTime
The epoch start time of the span in nanoseconds.- Gibt zurück:
this
.
-
trace
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-