Package de.sstoehr.harreader.model
Class HarPage
java.lang.Object
de.sstoehr.harreader.model.HarPage
Information about an exported page.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getTitle()inthashCode()voidsetAdditionalField(String key, Object value) voidsetComment(String comment) voidvoidsetPageTimings(HarPageTiming pageTimings) voidsetStartedDateTime(Date startedDateTime) void
-
Constructor Details
-
HarPage
public HarPage()
-
-
Method Details
-
getStartedDateTime
- Returns:
- Start time of page load, null if not present.
-
setStartedDateTime
-
getId
- Returns:
- Unique identifier, null if not present.
-
setId
-
getTitle
- Returns:
- Page title, null if not present.
-
setTitle
-
getPageTimings
- Returns:
- Detailed information about page loading timings.
-
setPageTimings
-
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()
-