Class PiActionProfileGroupId

  • All Implemented Interfaces:
    PiTableAction

    @Beta
    public final class PiActionProfileGroupId
    extends org.onlab.util.Identifier<java.lang.Integer>
    implements PiTableAction
    Identifier of an action profile group in a protocol-independent pipeline, unique within the scope of an action profile.
    • Field Summary

      • Fields inherited from class org.onlab.util.Identifier

        identifier
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static PiActionProfileGroupId of​(int id)
      Returns an action profile group identifier for the given integer value.
      PiTableAction.Type type()
      Type of this action.
      • Methods inherited from class org.onlab.util.Identifier

        equals, hashCode, id, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • of

        public static PiActionProfileGroupId of​(int id)
        Returns an action profile group identifier for the given integer value.
        Parameters:
        id - identifier
        Returns:
        action profile group