Class DestinationSetNextObjectiveStoreKey


  • public class DestinationSetNextObjectiveStoreKey
    extends Object
    Key of Destination set next objective store.
    • Constructor Detail

      • DestinationSetNextObjectiveStoreKey

        public DestinationSetNextObjectiveStoreKey​(org.onosproject.net.DeviceId deviceId,
                                                   DestinationSet ds)
        Constructs the key of destination set next objective store.
        Parameters:
        deviceId - device ID
        ds - destination set
    • Method Detail

      • deviceId

        public org.onosproject.net.DeviceId deviceId()
        Returns the device ID in the key.
        Returns:
        device ID
      • destinationSet

        public DestinationSet destinationSet()
        Returns the destination set in the key.
        Returns:
        destination set
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object