org.browsermob.core.har
Class HarPageTimings

java.lang.Object
  extended by org.browsermob.core.har.HarPageTimings

public class HarPageTimings
extends Object


Constructor Summary
HarPageTimings()
           
HarPageTimings(Long onContentLoad, Long onLoad)
           
 
Method Summary
 Long getOnContentLoad()
           
 Long getOnLoad()
           
 void setOnContentLoad(Long onContentLoad)
           
 void setOnLoad(Long onLoad)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HarPageTimings

public HarPageTimings()

HarPageTimings

public HarPageTimings(Long onContentLoad,
                      Long onLoad)
Method Detail

getOnContentLoad

public Long getOnContentLoad()

setOnContentLoad

public void setOnContentLoad(Long onContentLoad)

getOnLoad

public Long getOnLoad()

setOnLoad

public void setOnLoad(Long onLoad)


Copyright © 2011. All Rights Reserved.