Package de.sstoehr.harreader.model
Klasse HarPage
java.lang.Object
de.sstoehr.harreader.model.HarPage
Information about an exported page.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleangetId()getTitle()inthashCode()voidsetAdditionalField(String key, Object value) voidsetComment(String comment) voidvoidsetPageTimings(HarPageTiming pageTimings) voidsetStartedDateTime(Date startedDateTime) void
-
Konstruktordetails
-
HarPage
public HarPage()
-
-
Methodendetails
-
getStartedDateTime
- Gibt zurück:
- Start time of page load, null if not present.
-
setStartedDateTime
-
getId
- Gibt zurück:
- Unique identifier, null if not present.
-
setId
-
getTitle
- Gibt zurück:
- Page title, null if not present.
-
setTitle
-
getPageTimings
- Gibt zurück:
- Detailed information about page loading timings.
-
setPageTimings
-
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()
-