Package de.sstoehr.harreader.model
Klasse HarLog
java.lang.Object
de.sstoehr.harreader.model.HarLog
Root object of exported data.
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleangetPages()inthashCode()voidsetAdditionalField(String key, Object value) voidsetBrowser(HarCreatorBrowser browser) voidsetComment(String comment) voidsetCreator(HarCreatorBrowser creator) voidsetEntries(List<HarEntry> entries) voidvoidsetVersion(String version)
-
Felddetails
-
DEFAULT_VERSION
- Siehe auch:
-
-
Konstruktordetails
-
HarLog
public HarLog()
-
-
Methodendetails
-
getVersion
- Gibt zurück:
- Version number of the format.
Defaults to
DEFAULT_VERSION
-
setVersion
-
getCreator
- Gibt zurück:
- Information about the application used to generate HAR.
-
setCreator
-
getBrowser
- Gibt zurück:
- Information about the browser used.
-
setBrowser
-
getPages
- Gibt zurück:
- List of all exported pages, may be empty.
-
setPages
-
getEntries
- Gibt zurück:
- List of all exported requests, may be empty.
-
setEntries
-
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()
-