Package org.mockserver.serialization.har
Class HarLog
- java.lang.Object
-
- org.mockserver.serialization.har.HarLog
-
public class HarLog extends Object
-
-
Constructor Summary
Constructors Constructor Description HarLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HarCreatorgetCreator()List<HarEntry>getEntries()StringgetVersion()HarLogwithCreator(HarCreator creator)HarLogwithEntries(List<HarEntry> entries)
-
-
-
Method Detail
-
getVersion
public String getVersion()
-
getCreator
public HarCreator getCreator()
-
withCreator
public HarLog withCreator(HarCreator creator)
-
-