Class RespTimeGraphDataBean

  • All Implemented Interfaces:

    
    public class RespTimeGraphDataBean
    
                        

    Bean to hold timing information about samples

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      RespTimeGraphDataBean(long startTime, long time, String samplerLabel) Constructor
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

      • RespTimeGraphDataBean

        RespTimeGraphDataBean(long startTime, long time, String samplerLabel)
        Constructor
        Parameters:
        startTime - The start time of this Sample
        time - The time elapsed for this sample
        samplerLabel - The label for this sample
    • Method Detail

      • 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
      • setSamplerLabel

         void setSamplerLabel(String samplerLabel)
        Parameters:
        samplerLabel - the samplerLabel to set