Class HarEntry

java.lang.Object
org.mockserver.serialization.har.HarEntry

public class HarEntry extends Object
  • Constructor Details

    • HarEntry

      public HarEntry()
  • Method Details

    • getStartedDateTime

      public String getStartedDateTime()
    • withStartedDateTime

      public HarEntry withStartedDateTime(String startedDateTime)
    • 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()
    • withCache

      public HarEntry withCache(HarCache cache)
    • getTimings

      public HarTimings getTimings()
    • withTimings

      public HarEntry withTimings(HarTimings timings)
    • getServerIPAddress

      public String getServerIPAddress()
    • withServerIPAddress

      public HarEntry withServerIPAddress(String serverIPAddress)
    • getConnection

      public String getConnection()
    • withConnection

      public HarEntry withConnection(String connection)