Package org.apache.jmeter.visualizers
Class RespTimeGraphDataBean
-
- All Implemented Interfaces:
public class RespTimeGraphDataBeanBean to hold timing information about samples
-
-
Field Summary
Fields Modifier and Type Field Description public longstartTimepublic longtimepublic StringsamplerLabel
-
Constructor Summary
Constructors Constructor Description RespTimeGraphDataBean(long startTime, long time, String samplerLabel)Constructor
-
Method Summary
Modifier and Type Method Description longgetStartTime()voidsetStartTime(long startTime)longgetTime()voidsetTime(long time)StringgetSamplerLabel()voidsetSamplerLabel(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()
- Returns:
the startTime
-
setStartTime
void setStartTime(long startTime)
- Parameters:
startTime- the startTime to set
-
getTime
long getTime()
- Returns:
the time
-
setTime
void setTime(long time)
- Parameters:
time- the time to set
-
getSamplerLabel
String getSamplerLabel()
- Returns:
the samplerLabel
-
setSamplerLabel
void setSamplerLabel(String samplerLabel)
- Parameters:
samplerLabel- the samplerLabel to set
-
-
-
-