org.browsermob.core.har
Class HarTimings
java.lang.Object
org.browsermob.core.har.HarTimings
public class HarTimings
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HarTimings
public HarTimings()
HarTimings
public HarTimings(Long blocked,
Long dns,
Long connect,
long send,
long wait,
long receive)
getBlocked
public Long getBlocked()
setBlocked
public void setBlocked(Long blocked)
getDns
public Long getDns()
setDns
public void setDns(Long dns)
getConnect
public Long getConnect()
setConnect
public void setConnect(Long connect)
getSend
public long getSend()
setSend
public void setSend(long send)
getWait
public long getWait()
setWait
public void setWait(long wait)
getReceive
public long getReceive()
setReceive
public void setReceive(long receive)
Copyright © 2011. All Rights Reserved.