Package org.onosproject.net.meter
Class MeterFeaturesKey
- java.lang.Object
-
- org.onosproject.net.meter.MeterFeaturesKey
-
public final class MeterFeaturesKey extends Object
A meter features key represents a meter features uniquely. Right now only deviceId is used but this class might be useful in virtualization in which a unique deviceId could have multiple features (guess).
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceId
deviceId()
boolean
equals(Object obj)
int
hashCode()
static MeterFeaturesKey
key(DeviceId did)
String
toString()
-
-
-
Method Detail
-
key
public static MeterFeaturesKey key(DeviceId did)
-
deviceId
public DeviceId deviceId()
-
-