org.smallmind.instrument
Class MetricProperty

java.lang.Object
  extended by org.smallmind.instrument.MetricProperty

public class MetricProperty
extends Object


Constructor Summary
MetricProperty(String key, String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getKey()
           
 String getValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricProperty

public MetricProperty(String key,
                      String value)
Method Detail

getKey

public String getKey()

getValue

public String getValue()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.