org.rhq.enterprise.server.rest.domain
Class Baseline
java.lang.Object
org.rhq.enterprise.server.rest.domain.Baseline
public class Baseline
- extends Object
A baseline
- Author:
- Heiko W. Rupp
|
Constructor Summary |
Baseline()
|
Baseline(double min,
double max,
double mean,
long computeTime)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Baseline
public Baseline()
Baseline
public Baseline(double min,
double max,
double mean,
long computeTime)
getMin
public double getMin()
setMin
public void setMin(double min)
getMax
public double getMax()
setMax
public void setMax(double max)
getMean
public double getMean()
setMean
public void setMean(double mean)
getComputeTime
public long getComputeTime()
setComputeTime
public void setComputeTime(long computeTime)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.