Package de.sstoehr.harreader.model
Class HarCreatorBrowser
java.lang.Object
de.sstoehr.harreader.model.HarCreatorBrowser
public class HarCreatorBrowser extends Object
Information about the application/browser used for creating HAR.
- See Also:
- specification
-
Constructor Summary
Constructors Constructor Description HarCreatorBrowser() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetComment()StringgetName()StringgetVersion()inthashCode()voidsetComment(String comment)voidsetName(String name)voidsetVersion(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
-
equals
-
hashCode
public int hashCode()
-