Class XConnectStoreKey
- java.lang.Object
-
- org.onosproject.segmentrouting.storekey.XConnectStoreKey
-
public class XConnectStoreKey extends Object
Key of VLAN cross-connect next objective store.
-
-
Constructor Summary
Constructors Constructor Description XConnectStoreKey(org.onosproject.net.DeviceId deviceId, org.onlab.packet.VlanId vlanId)Constructs the key of cross-connect next objective store.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.onosproject.net.DeviceIddeviceId()Returns the device ID of this key.booleanequals(Object o)inthashCode()StringtoString()org.onlab.packet.VlanIdvlanId()Returns the VLAN ID of this key.
-