Package org.onosproject.net.meter
Class MeterTableKey
- java.lang.Object
-
- org.onosproject.net.meter.MeterTableKey
-
public final class MeterTableKey extends Object
MeterTableKey is used to represent a single meter table in each device uniquely.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceId
deviceId()
boolean
equals(Object obj)
int
hashCode()
static MeterTableKey
key(DeviceId did, MeterScope scope)
MeterScope
scope()
String
toString()
-
-
-
Method Detail
-
key
public static MeterTableKey key(DeviceId did, MeterScope scope)
-
deviceId
public DeviceId deviceId()
-
scope
public MeterScope scope()
-
-