Klasse HarLog

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

public class HarLog extends Object
Root object of exported data.
Siehe auch:
  • Felddetails

  • Konstruktordetails

    • HarLog

      public HarLog()
  • Methodendetails

    • getVersion

      public String getVersion()
      Gibt zurück:
      Version number of the format. Defaults to DEFAULT_VERSION
    • setVersion

      public void setVersion(String version)
    • getCreator

      public HarCreatorBrowser getCreator()
      Gibt zurück:
      Information about the application used to generate HAR.
    • setCreator

      public void setCreator(HarCreatorBrowser creator)
    • getBrowser

      public HarCreatorBrowser getBrowser()
      Gibt zurück:
      Information about the browser used.
    • setBrowser

      public void setBrowser(HarCreatorBrowser browser)
    • getPages

      public List<HarPage> getPages()
      Gibt zurück:
      List of all exported pages, may be empty.
    • setPages

      public void setPages(List<HarPage> pages)
    • getEntries

      public List<HarEntry> getEntries()
      Gibt zurück:
      List of all exported requests, may be empty.
    • setEntries

      public void setEntries(List<HarEntry> entries)
    • getComment

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

      public void setComment(String comment)
    • getAdditional

      public Map<String,Object> getAdditional()
      Gibt zurück:
      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)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object