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