Class HarPageTiming


  • public class HarPageTiming
    extends java.lang.Object
    Information about events occurring during page load.
    See Also:
    specification
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.Integer DEFAULT_TIME  
    • Constructor Summary

      Constructors 
      Constructor Description
      HarPageTiming()  
    • Field Detail

      • DEFAULT_TIME

        protected static final java.lang.Integer DEFAULT_TIME
    • Constructor Detail

      • HarPageTiming

        public HarPageTiming()
    • Method Detail

      • getOnContentLoad

        public java.lang.Integer getOnContentLoad()
        Returns:
        Duration in ms until content is loaded. DEFAULT_TIME when no information available.
      • setOnContentLoad

        public void setOnContentLoad​(java.lang.Integer onContentLoad)
      • getOnLoad

        public java.lang.Integer getOnLoad()
        Returns:
        Duration in ms until onLoad event is fired. DEFAULT_TIME when no information available.
      • setOnLoad

        public void setOnLoad​(java.lang.Integer onLoad)
      • getComment

        public java.lang.String getComment()
        Returns:
        Comment provided by the user or application, null if not present.
      • setComment

        public void setComment​(java.lang.String comment)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object