Package org.apache.jmeter.monitor.model
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 TypeMethodDescriptionlong
long
long
int
int
long
void
setBytesReceived
(long value) void
setBytesSent
(long value) void
setErrorCount
(long value) void
setMaxTime
(int value) void
setProcessingTime
(int value) void
setRequestCount
(long value)
-
Constructor Details
-
RequestInfoImpl
public RequestInfoImpl()
-
-
Method Details
-
getBytesReceived
public long getBytesReceived()- Specified by:
getBytesReceived
in interfaceRequestInfo
-
setBytesReceived
public void setBytesReceived(long value) - Specified by:
setBytesReceived
in interfaceRequestInfo
-
getBytesSent
public long getBytesSent()- Specified by:
getBytesSent
in interfaceRequestInfo
-
setBytesSent
public void setBytesSent(long value) - Specified by:
setBytesSent
in interfaceRequestInfo
-
getRequestCount
public long getRequestCount()- Specified by:
getRequestCount
in interfaceRequestInfo
-
setRequestCount
public void setRequestCount(long value) - Specified by:
setRequestCount
in interfaceRequestInfo
-
getErrorCount
public long getErrorCount()- Specified by:
getErrorCount
in interfaceRequestInfo
-
setErrorCount
public void setErrorCount(long value) - Specified by:
setErrorCount
in interfaceRequestInfo
-
getMaxTime
public int getMaxTime()- Specified by:
getMaxTime
in interfaceRequestInfo
-
setMaxTime
public void setMaxTime(int value) - Specified by:
setMaxTime
in interfaceRequestInfo
-
getProcessingTime
public int getProcessingTime()- Specified by:
getProcessingTime
in interfaceRequestInfo
-
setProcessingTime
public void setProcessingTime(int value) - Specified by:
setProcessingTime
in interfaceRequestInfo
-