Package de.sstoehr.harreader.model
Klasse HarPageTiming
java.lang.Object
de.sstoehr.harreader.model.HarPageTiming
Information about events occurring during page load.
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleaninthashCode()voidsetAdditionalField(String key, Object value) voidsetComment(String comment) voidsetOnContentLoad(Integer onContentLoad) void
-
Felddetails
-
DEFAULT_TIME
-
-
Konstruktordetails
-
HarPageTiming
public HarPageTiming()
-
-
Methodendetails
-
getOnContentLoad
- Gibt zurück:
- Duration in ms until content is loaded.
DEFAULT_TIMEwhen no information available.
-
setOnContentLoad
-
getOnLoad
- Gibt zurück:
- Duration in ms until onLoad event is fired.
DEFAULT_TIMEwhen no information available.
-
setOnLoad
-
getComment
- Gibt zurück:
- Comment provided by the user or application, null if not present.
-
setComment
-
getAdditional
- Gibt zurück:
- Map with additional keys, which are not officially supported by the HAR specification
-
setAdditionalField
-
equals
-
hashCode
public int hashCode()
-