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.Identifieridentifier
 
- 
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static DeviceKeyIddeviceKeyId(java.lang.String id)Creates a new device key identifier.- 
Methods inherited from class org.onlab.util.Identifierequals, hashCode, id, toString
 
- 
 
- 
- 
- 
Method Detail- 
deviceKeyIdpublic static DeviceKeyId deviceKeyId(java.lang.String id) Creates a new device key identifier.- Parameters:
- id- backing identifier value
- Returns:
- device key identifier
 
 
- 
 
-