Class HarPageTiming

java.lang.Object
de.sstoehr.harreader.model.HarPageTiming

public class HarPageTiming extends Object
Information about events occurring during page load.
See Also:
  • Field Details

    • DEFAULT_TIME

      protected static final Integer DEFAULT_TIME
  • Constructor Details

    • HarPageTiming

      public HarPageTiming()
  • Method Details

    • getOnContentLoad

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

      public void setOnContentLoad(Integer onContentLoad)
    • getOnLoad

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

      public void setOnLoad(Integer onLoad)
    • getComment

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

      public void setComment(String comment)
    • getAdditional

      public Map<String,Object> getAdditional()
      Returns:
      Map with additional keys, which are not officially supported by the HAR specification
    • setAdditionalField

      public void setAdditionalField(String key, Object value)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object