org.omnaest.utils.time
Class DurationCapture.IntervalStatistic
java.lang.Object
org.omnaest.utils.time.DurationCapture.IntervalStatistic
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- DurationCapture
protected static class DurationCapture.IntervalStatistic
- extends Object
- implements Serializable
Internal class for statistical data calculated for the DurationCapture.Interval instances.
- Author:
- Omnaest
- See Also:
DurationCapture,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
interval
protected DurationCapture.Interval interval
durationInMilliseconds
protected long durationInMilliseconds
durationPercentage
protected double durationPercentage
DurationCapture.IntervalStatistic
protected DurationCapture.IntervalStatistic()
getInterval
public DurationCapture.Interval getInterval()
setInterval
public void setInterval(DurationCapture.Interval interval)
getIntervalKeyAsString
public String getIntervalKeyAsString()
getDurationPercentage
public double getDurationPercentage()
setDurationPercentage
public void setDurationPercentage(double durationPercentage)
getDurationInMilliseconds
public long getDurationInMilliseconds()
setDurationInMilliseconds
public void setDurationInMilliseconds(long durationInMilliseconds)
Copyright © 2013. All Rights Reserved.