Class TimelineEvent
java.lang.Object
io.webfolder.cdp.type.performancetimeline.TimelineEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEvent duration, if applicable.Identifies the frame that this event is related to.getName()
Name may be empty depending on the type.getTime()
Time in seconds since Epoch, monotonically increasing within document lifetime.getType()
The event type, as specified in https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype This determines which of the optional "details" fiedls is present.void
setDuration
(Double duration) Event duration, if applicable.void
setFrameId
(String frameId) Identifies the frame that this event is related to.void
setLayoutShiftDetails
(LayoutShift layoutShiftDetails) void
setLcpDetails
(LargestContentfulPaint lcpDetails) void
Name may be empty depending on the type.void
Time in seconds since Epoch, monotonically increasing within document lifetime.void
The event type, as specified in https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype This determines which of the optional "details" fiedls is present.toString()
-
Constructor Details
-
TimelineEvent
public TimelineEvent()
-
-
Method Details
-
getFrameId
Identifies the frame that this event is related to. Empty for non-frame targets. -
setFrameId
Identifies the frame that this event is related to. Empty for non-frame targets. -
getType
The event type, as specified in https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype This determines which of the optional "details" fiedls is present. -
setType
The event type, as specified in https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype This determines which of the optional "details" fiedls is present. -
getName
Name may be empty depending on the type. -
setName
Name may be empty depending on the type. -
getTime
Time in seconds since Epoch, monotonically increasing within document lifetime. -
setTime
Time in seconds since Epoch, monotonically increasing within document lifetime. -
getDuration
Event duration, if applicable. -
setDuration
Event duration, if applicable. -
getLcpDetails
-
setLcpDetails
-
getLayoutShiftDetails
-
setLayoutShiftDetails
-
toString
-