@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Report")
public class Report
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
Report() |
| Modifier and Type | Method and Description |
|---|---|
ReportBody |
body()
The body read-only property of the Report interface returns the body of the report, which is a ReportBody object containing the detailed report information.
|
@JsNonNull JsObject |
toJSON() |
java.lang.String |
type()
The type read-only property of the Report interface returns the type of report generated, e.g.
|
java.lang.String |
url()
The url read-only property of the Report interface returns the URL of the document that generated the report.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="body") @Nullable public ReportBody body()
@JsProperty(name="type") @Nonnull public java.lang.String type()
@JsProperty(name="url") @Nonnull public java.lang.String url()
public @JsNonNull JsObject toJSON()