Class ReportingApiReport
java.lang.Object
org.openqa.selenium.devtools.v141.network.model.ReportingApiReport
An object representing a report generated by the Reporting API.
-
Constructor Summary
ConstructorsConstructorDescriptionReportingApiReport(ReportId id, String initiatorUrl, String destination, String type, TimeSinceEpoch timestamp, Integer depth, Integer completedAttempts, Map<String, Object> body, ReportStatus status) -
Method Summary
Modifier and TypeMethodDescriptiongetBody()The number of delivery attempts made so far, not including an active attempt.getDepth()How many uploads deep the related request was.The name of the endpoint group that should be used to deliver the report.getId()The URL of the document that triggered the report.When the report was generated.getType()The type of the report (specifies the set of data that is contained in the report body).
-
Constructor Details
-
ReportingApiReport
-
-
Method Details
-
getId
-
getInitiatorUrl
The URL of the document that triggered the report. -
getDestination
The name of the endpoint group that should be used to deliver the report. -
getType
The type of the report (specifies the set of data that is contained in the report body). -
getTimestamp
When the report was generated. -
getDepth
How many uploads deep the related request was. -
getCompletedAttempts
The number of delivery attempts made so far, not including an active attempt. -
getBody
-
getStatus
-