Class RequestInfoImpl
java.lang.Object
org.apache.jmeter.monitor.model.RequestInfoImpl
- All Implemented Interfaces:
RequestInfo
- Version:
- $Revision: 1413262 $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglongintintlongvoidsetBytesReceived(long value) voidsetBytesSent(long value) voidsetErrorCount(long value) voidsetMaxTime(int value) voidsetProcessingTime(int value) voidsetRequestCount(long value)
-
Constructor Details
-
RequestInfoImpl
public RequestInfoImpl()
-
-
Method Details
-
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
-