Package de.sstoehr.harreader.model
Klasse HarHeader
java.lang.Object
de.sstoehr.harreader.model.HarHeader
Information about a header used in request and/or response.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleangetName()getValue()inthashCode()voidsetAdditionalField(String key, Object value) voidsetComment(String comment) voidvoid
-
Konstruktordetails
-
HarHeader
public HarHeader()
-
-
Methodendetails
-
getName
- Gibt zurück:
- Header name, null if not present.
-
setName
-
getValue
- Gibt zurück:
- Header value, null if not present.
-
setValue
-
getComment
- Gibt zurück:
- Comment provided by the user or application, null if not present.
-
setComment
-
getAdditional
- Gibt zurück:
- Map with additional keys, which are not officially supported by the HAR specification
-
setAdditionalField
-
equals
-
hashCode
public int hashCode()
-