Package de.sstoehr.harreader.model
Class HarQueryParam
java.lang.Object
de.sstoehr.harreader.model.HarQueryParam
Information about query params.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()getValue()inthashCode()voidsetAdditionalField(String key, Object value) voidsetComment(String comment) voidvoid
-
Constructor Details
-
HarQueryParam
public HarQueryParam()
-
-
Method Details
-
getName
- Returns:
- Name of param, null if not present.
-
setName
-
getValue
- Returns:
- Value of param, 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()
-