public class RespTimeGraphDataBean extends Object
Constructor and Description |
---|
RespTimeGraphDataBean(long startTime,
long time,
String samplerLabel)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getSamplerLabel() |
long |
getStartTime() |
long |
getTime() |
void |
setSamplerLabel(String samplerLabel) |
void |
setStartTime(long startTime) |
void |
setTime(long time) |
public RespTimeGraphDataBean(long startTime, long time, String samplerLabel)
startTime
- The start time of this Sampletime
- The time elapsed for this samplesamplerLabel
- The label for this samplepublic long getStartTime()
public void setStartTime(long startTime)
startTime
- the startTime to setpublic long getTime()
public void setTime(long time)
time
- the time to setpublic String getSamplerLabel()
public void setSamplerLabel(String samplerLabel)
samplerLabel
- the samplerLabel to setCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.