Class PiActionProfileMember

  • All Implemented Interfaces:
    PiEntity

    @Beta
    public final class PiActionProfileMember
    extends Object
    implements PiEntity
    Instance of a member of an action profile in a protocol-independent pipeline.
    • Method Detail

      • actionProfile

        public PiActionProfileId actionProfile()
        Returns the identifier of the action profile.
        Returns:
        action profile identifier
      • action

        public PiAction action()
        Returns the action associated to this member.
        Returns:
        action
      • piEntityType

        public PiEntityType piEntityType()
        Description copied from interface: PiEntity
        Returns the type of this entity.
        Specified by:
        piEntityType in interface PiEntity
        Returns:
        entity type
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object