Package org.apache.jmeter.visualizers
Class RespTimeGraphDataBean
-
- All Implemented Interfaces:
public class RespTimeGraphDataBean
Bean to hold timing information about samples
-
-
Field Summary
Fields Modifier and Type Field Description public long
startTime
public long
time
public String
samplerLabel
-
Constructor Summary
Constructors Constructor Description RespTimeGraphDataBean(long startTime, long time, String samplerLabel)
Constructor
-
Method Summary
Modifier and Type Method Description long
getStartTime()
void
setStartTime(long startTime)
long
getTime()
void
setTime(long time)
String
getSamplerLabel()
void
setSamplerLabel(String samplerLabel)
-
-
Constructor Detail
-
RespTimeGraphDataBean
RespTimeGraphDataBean(long startTime, long time, String samplerLabel)
Constructor- Parameters:
startTime
- The start time of this Sampletime
- The time elapsed for this samplesamplerLabel
- The label for this sample
-
-
Method Detail
-
getStartTime
long getStartTime()
-
setStartTime
void setStartTime(long startTime)
- Parameters:
startTime
- the startTime to set
-
getTime
long getTime()
-
setTime
void setTime(long time)
- Parameters:
time
- the time to set
-
getSamplerLabel
String getSamplerLabel()
-
setSamplerLabel
void setSamplerLabel(String samplerLabel)
- Parameters:
samplerLabel
- the samplerLabel to set
-
-
-
-