-
public final class EnableRequestRequest object containing input parameters for the PerformanceTimelineDomain.enable command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>eventTypes
-
Constructor Summary
Constructors Constructor Description EnableRequest(List<String> eventTypes)
-
Method Summary
Modifier and Type Method Description final List<String>component1()final EnableRequestcopy(List<String> eventTypes)final List<String>getEventTypes()The types of event to report, as specified in https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype The specified filter overrides any previous filters, passing empty filter disables recording. -
-
Method Detail
-
component1
final List<String> component1()
-
copy
final EnableRequest copy(List<String> eventTypes)
-
getEventTypes
final List<String> getEventTypes()
The types of event to report, as specified in https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype The specified filter overrides any previous filters, passing empty filter disables recording. Note that not all types exposed to the web platform are currently supported.
-
-
-
-