Package de.sstoehr.harreader.model
Klasse HarCreatorBrowser
java.lang.Object
de.sstoehr.harreader.model.HarCreatorBrowser
Information about the application/browser used for creating HAR.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleangetName()inthashCode()voidsetAdditionalField(String key, Object value) voidsetComment(String comment) voidvoidsetVersion(String version)
-
Konstruktordetails
-
HarCreatorBrowser
public HarCreatorBrowser()
-
-
Methodendetails
-
getName
- Gibt zurück:
- Name of the application/browser used for creating HAR, null if not present.
-
setName
-
getVersion
- Gibt zurück:
- Version of the application/browser used for creating HAR, null if not present.
-
setVersion
-
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()
-