Constructorparamstr The current value of this statisticparamname The name of the statisticparamunit The unit of measurement for this statisticparamdesc A brief description of the statisticparamstartTime Time in milliseconds at which the measurement was startedparamsampleTime Time at which the last measurement was done. super(name, unit, desc, startTime, sampleTime); strVal = str;
super(name, unit, desc, startTime, sampleTime); strVal = str;
Returns the String value of the statistic. return strVal;
return strVal;
return super.toString() + NEWLINE + "Current: " + getCurrent();