Class TransportEndpointId
- java.lang.Object
-
- org.onlab.util.Identifier<java.lang.String>
-
- org.onosproject.net.behaviour.protection.TransportEndpointId
-
@Beta @Immutable public class TransportEndpointId extends Identifier<java.lang.String>
Identifier for a transport entity endpoint.Identifier will be assigned by the implementation of this Behaviour. It must be unique within the Device.
-
-
Field Summary
-
Fields inherited from class org.onlab.util.Identifier
identifier
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TransportEndpointId()
protected
TransportEndpointId(java.lang.String id)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TransportEndpointId
of(java.lang.String id)
Creates aTransportEndpointId
from given String.-
Methods inherited from class org.onlab.util.Identifier
equals, hashCode, id, toString
-
-
-
-
Method Detail
-
of
public static TransportEndpointId of(java.lang.String id)
Creates aTransportEndpointId
from given String.- Parameters:
id
- identifier expressed in String- Returns:
TransportEndpointId
-
-