Package org.apache.jmeter.monitor.model
Class RequestInfoImpl
- java.lang.Object
-
- org.apache.jmeter.monitor.model.RequestInfoImpl
-
- All Implemented Interfaces:
RequestInfo
public class RequestInfoImpl extends Object implements RequestInfo
- Version:
- $Revision: 1413262 $
-
-
Constructor Summary
Constructors Constructor Description RequestInfoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetBytesReceived()longgetBytesSent()longgetErrorCount()intgetMaxTime()intgetProcessingTime()longgetRequestCount()voidsetBytesReceived(long value)voidsetBytesSent(long value)voidsetErrorCount(long value)voidsetMaxTime(int value)voidsetProcessingTime(int value)voidsetRequestCount(long value)
-
-
-
Method Detail
-
getBytesReceived
public long getBytesReceived()
- Specified by:
getBytesReceivedin interfaceRequestInfo
-
setBytesReceived
public void setBytesReceived(long value)
- Specified by:
setBytesReceivedin interfaceRequestInfo
-
getBytesSent
public long getBytesSent()
- Specified by:
getBytesSentin interfaceRequestInfo
-
setBytesSent
public void setBytesSent(long value)
- Specified by:
setBytesSentin interfaceRequestInfo
-
getRequestCount
public long getRequestCount()
- Specified by:
getRequestCountin interfaceRequestInfo
-
setRequestCount
public void setRequestCount(long value)
- Specified by:
setRequestCountin interfaceRequestInfo
-
getErrorCount
public long getErrorCount()
- Specified by:
getErrorCountin interfaceRequestInfo
-
setErrorCount
public void setErrorCount(long value)
- Specified by:
setErrorCountin interfaceRequestInfo
-
getMaxTime
public int getMaxTime()
- Specified by:
getMaxTimein interfaceRequestInfo
-
setMaxTime
public void setMaxTime(int value)
- Specified by:
setMaxTimein interfaceRequestInfo
-
getProcessingTime
public int getProcessingTime()
- Specified by:
getProcessingTimein interfaceRequestInfo
-
setProcessingTime
public void setProcessingTime(int value)
- Specified by:
setProcessingTimein interfaceRequestInfo
-
-