Package org.onosproject.net.pi.model
Class PiActionProfileId
- java.lang.Object
-
- org.onlab.util.Identifier<java.lang.String>
-
- org.onosproject.net.pi.model.PiActionProfileId
-
@Beta public final class PiActionProfileId extends Identifier<java.lang.String>
Identifier of an action profile in a protocol-independent pipeline, unique withing the scope of a pipeline model.
-
-
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 PiActionProfileId
of(java.lang.String name)
Returns an identifier for the given action profile name.-
Methods inherited from class org.onlab.util.Identifier
equals, hashCode, id, toString
-
-
-
-
Method Detail
-
of
public static PiActionProfileId of(java.lang.String name)
Returns an identifier for the given action profile name.- Parameters:
name
- action profile name- Returns:
- action profile ID
-
-