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