Class VlanNextObjectiveStoreKey


  • public class VlanNextObjectiveStoreKey
    extends Object
    Key of VLAN to NextObjective store.
    • Constructor Detail

      • VlanNextObjectiveStoreKey

        public VlanNextObjectiveStoreKey​(org.onosproject.net.DeviceId deviceId,
                                         org.onlab.packet.VlanId vlanId)
        Constructs the key of VLAN next objective store.
        Parameters:
        deviceId - device ID
        vlanId - VLAN information
    • Method Detail

      • deviceId

        public org.onosproject.net.DeviceId deviceId()
        Gets device id in this VlanNextObjectiveStoreKey.
        Returns:
        device id
      • vlanId

        public org.onlab.packet.VlanId vlanId()
        Gets vlan information in this VlanNextObjectiveStoreKey.
        Returns:
        vlan id
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object