Class TransportEndpointId
- java.lang.Object
-
- org.onlab.util.Identifier<java.lang.String>
-
- org.onosproject.net.behaviour.protection.TransportEndpointId
-
@Beta @Immutable public class TransportEndpointId extends org.onlab.util.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.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTransportEndpointId()protectedTransportEndpointId(java.lang.String id)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TransportEndpointIdof(java.lang.String id)Creates aTransportEndpointIdfrom given String.
-
-
-
Method Detail
-
of
public static TransportEndpointId of(java.lang.String id)
Creates aTransportEndpointIdfrom given String.- Parameters:
id- identifier expressed in String- Returns:
TransportEndpointId
-
-