public class RespTimeGraphDataBean
extends java.lang.Object
Constructor and Description |
---|
RespTimeGraphDataBean(long startTime,
long time,
java.lang.String samplerLabel)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSamplerLabel() |
long |
getStartTime() |
long |
getTime() |
void |
setSamplerLabel(java.lang.String samplerLabel) |
void |
setStartTime(long startTime) |
void |
setTime(long time) |
public RespTimeGraphDataBean(long startTime, long time, java.lang.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 java.lang.String getSamplerLabel()
public void setSamplerLabel(java.lang.String samplerLabel)
samplerLabel
- the samplerLabel to setCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.