Package de.sstoehr.harreader.model
Klasse HarQueryParam
java.lang.Object
de.sstoehr.harreader.model.HarQueryParam
Information about query params.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleangetName()getValue()inthashCode()voidsetAdditionalField(String key, Object value) voidsetComment(String comment) voidvoid
-
Konstruktordetails
-
HarQueryParam
public HarQueryParam()
-
-
Methodendetails
-
getName
- Gibt zurück:
- Name of param, null if not present.
-
setName
-
getValue
- Gibt zurück:
- Value of param, 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()
-