Class HarCreatorBrowser

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

public class HarCreatorBrowser extends Object
Information about the application/browser used for creating HAR.
See Also:
  • Constructor Details

    • HarCreatorBrowser

      public HarCreatorBrowser()
  • Method Details

    • getName

      public String getName()
      Returns:
      Name of the application/browser used for creating HAR, null if not present.
    • setName

      public void setName(String name)
    • getVersion

      public String getVersion()
      Returns:
      Version of the application/browser used for creating HAR, null if not present.
    • setVersion

      public void setVersion(String version)
    • 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