Package org.apache.jmeter.visualizers
Class RespTimeGraphDataBean
java.lang.Object
org.apache.jmeter.visualizers.RespTimeGraphDataBean
Bean to hold timing information about samples
-
Constructor Summary
ConstructorDescriptionRespTimeGraphDataBean
(long startTime, long time, String samplerLabel) Constructor -
Method Summary
Modifier and TypeMethodDescriptionlong
long
getTime()
void
setSamplerLabel
(String samplerLabel) void
setStartTime
(long startTime) void
setTime
(long time)
-
Constructor Details
-
RespTimeGraphDataBean
Constructor- Parameters:
startTime
- The start time of this Sampletime
- The time elapsed for this samplesamplerLabel
- The label for this sample
-
-
Method Details
-
getStartTime
public long getStartTime()- Returns:
- the startTime
-
setStartTime
public void setStartTime(long startTime) - Parameters:
startTime
- the startTime to set
-
getTime
public long getTime()- Returns:
- the time
-
setTime
public void setTime(long time) - Parameters:
time
- the time to set
-
getSamplerLabel
- Returns:
- the samplerLabel
-
setSamplerLabel
- Parameters:
samplerLabel
- the samplerLabel to set
-