org.wso2.wsas.admin.service.util
Class Metric

java.lang.Object
  extended by org.wso2.wsas.admin.service.util.Metric

public class Metric
extends java.lang.Object


Constructor Summary
Metric(double value, java.lang.String unit)
           
 
Method Summary
 java.lang.String getUnit()
           
 double getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Metric

public Metric(double value,
              java.lang.String unit)
Method Detail

getValue

public double getValue()

getUnit

public java.lang.String getUnit()