Class DeviceKey


  • public class DeviceKey
    extends java.lang.Object
    Key for DeviceDescriptions in ECDeviceStore.
    • Constructor Summary

      Constructors 
      Constructor Description
      DeviceKey​(org.onosproject.net.provider.ProviderId providerId, org.onosproject.net.DeviceId deviceId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.onosproject.net.DeviceId deviceId()  
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      org.onosproject.net.provider.ProviderId providerId()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DeviceKey

        public DeviceKey​(org.onosproject.net.provider.ProviderId providerId,
                         org.onosproject.net.DeviceId deviceId)
    • Method Detail

      • providerId

        public org.onosproject.net.provider.ProviderId providerId()
      • deviceId

        public org.onosproject.net.DeviceId deviceId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object