Package de.sstoehr.harreader.model
Class HarPageTiming
java.lang.Object
de.sstoehr.harreader.model.HarPageTiming
public class HarPageTiming extends Object
Information about events occurring during page load.
- See Also:
- specification
-
Field Summary
Fields Modifier and Type Field Description protected static IntegerDEFAULT_TIME -
Constructor Summary
Constructors Constructor Description HarPageTiming() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetComment()IntegergetOnContentLoad()IntegergetOnLoad()inthashCode()voidsetComment(String comment)voidsetOnContentLoad(Integer onContentLoad)voidsetOnLoad(Integer onLoad)
-
Field Details
-
Constructor Details
-
HarPageTiming
public HarPageTiming()
-
-
Method Details
-
getOnContentLoad
- Returns:
- Duration in ms until content is loaded.
DEFAULT_TIMEwhen no information available.
-
setOnContentLoad
-
getOnLoad
- Returns:
- Duration in ms until onLoad event is fired.
DEFAULT_TIMEwhen no information available.
-
setOnLoad
-
getComment
- Returns:
- Comment provided by the user or application, null if not present.
-
setComment
-
equals
-
hashCode
public int hashCode()
-