Package org.mockserver.serialization.har
Class HarEntry
- java.lang.Object
-
- org.mockserver.serialization.har.HarEntry
-
public class HarEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description HarEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HarCachegetCache()StringgetConnection()HarRequestgetRequest()HarResponsegetResponse()StringgetServerIPAddress()StringgetStartedDateTime()longgetTime()HarTimingsgetTimings()HarEntrywithCache(HarCache cache)HarEntrywithConnection(String connection)HarEntrywithRequest(HarRequest request)HarEntrywithResponse(HarResponse response)HarEntrywithServerIPAddress(String serverIPAddress)HarEntrywithStartedDateTime(String startedDateTime)HarEntrywithTime(long time)HarEntrywithTimings(HarTimings timings)
-
-
-
Method Detail
-
getStartedDateTime
public String getStartedDateTime()
-
getTime
public long getTime()
-
withTime
public HarEntry withTime(long time)
-
getRequest
public HarRequest getRequest()
-
withRequest
public HarEntry withRequest(HarRequest request)
-
getResponse
public HarResponse getResponse()
-
withResponse
public HarEntry withResponse(HarResponse response)
-
getCache
public HarCache getCache()
-
getTimings
public HarTimings getTimings()
-
withTimings
public HarEntry withTimings(HarTimings timings)
-
getServerIPAddress
public String getServerIPAddress()
-
getConnection
public String getConnection()
-
-