Klasse HarHeader

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

public class HarHeader extends Object
Information about a header used in request and/or response.
Siehe auch:
  • Konstruktordetails

    • HarHeader

      public HarHeader()
  • Methodendetails

    • getName

      public String getName()
      Gibt zurück:
      Header name, null if not present.
    • setName

      public void setName(String name)
    • getValue

      public String getValue()
      Gibt zurück:
      Header value, null if not present.
    • setValue

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