Package org.onosproject.net.key
Class DeviceKeyId
- java.lang.Object
-
- org.onlab.util.Identifier<java.lang.String>
-
- org.onosproject.net.key.DeviceKeyId
-
public final class DeviceKeyId extends 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
-
-
-
-
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
-
-