Package de.sstoehr.harreader.model
Class HarHeader
java.lang.Object
de.sstoehr.harreader.model.HarHeader
Information about a header used in request and/or response.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()getValue()inthashCode()voidsetAdditionalField(String key, Object value) voidsetComment(String comment) voidvoid
-
Constructor Details
-
HarHeader
public HarHeader()
-
-
Method Details
-
getName
- Returns:
- Header name, null if not present.
-
setName
-
getValue
- Returns:
- Header value, null if not present.
-
setValue
-
getComment
- Returns:
- Comment provided by the user or application, null if not present.
-
setComment
-
getAdditional
- Returns:
- Map with additional keys, which are not officially supported by the HAR specification
-
setAdditionalField
-
equals
-
hashCode
public int hashCode()
-