Class DeviceKeyId


  • public final class DeviceKeyId
    extends org.onlab.util.Identifier<java.lang.String>
    Device key identifier backed by a string value.
    • Field Summary

      • Fields inherited from class org.onlab.util.Identifier

        identifier
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static DeviceKeyId deviceKeyId​(java.lang.String id)
      Creates a new device key identifier.
      • Methods inherited from class org.onlab.util.Identifier

        equals, hashCode, id, toString
      • Methods inherited from class java.lang.Object

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

      • deviceKeyId

        public static DeviceKeyId deviceKeyId​(java.lang.String id)
        Creates a new device key identifier.
        Parameters:
        id - backing identifier value
        Returns:
        device key identifier