Class HarQueryParam

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

public class HarQueryParam extends Object
Information about query params.
See Also:
  • Constructor Details

    • HarQueryParam

      public HarQueryParam()
  • Method Details

    • getName

      public String getName()
      Returns:
      Name of param, null if not present.
    • setName

      public void setName(String name)
    • getValue

      public String getValue()
      Returns:
      Value of param, null if not present.
    • setValue

      public void setValue(String value)
    • 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