public class BaseHardwareProperty extends Object implements HardwareProperty
HardwareProperty.Kind| Constructor and Description |
|---|
BaseHardwareProperty(HardwareProperty.Kind kind,
String name,
String unit,
Object value) |
public BaseHardwareProperty(HardwareProperty.Kind kind, String name, String unit, Object value)
public HardwareProperty.Kind getKind()
getKind in interface HardwarePropertypublic String getName()
getName in interface HardwarePropertypublic String getUnit()
getUnit in interface HardwarePropertypublic Object getValue()
getValue in interface HardwarePropertyCopyright © 2009-2013 jclouds. All Rights Reserved.