Package de.sstoehr.harreader.model
Class HarCreatorBrowser
java.lang.Object
de.sstoehr.harreader.model.HarCreatorBrowser
Information about the application/browser used for creating HAR.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()voidsetAdditionalField(String key, Object value) voidsetComment(String comment) voidvoidsetVersion(String version)
-
Constructor Details
-
HarCreatorBrowser
public HarCreatorBrowser()
-
-
Method Details
-
getName
- Returns:
- Name of the application/browser used for creating HAR, null if not present.
-
setName
-
getVersion
- Returns:
- Version of the application/browser used for creating HAR, null if not present.
-
setVersion
-
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()
-