Class PiActionProfileMember

  • All Implemented Interfaces:
    PiEntity

    @Beta
    public final class PiActionProfileMember
    extends java.lang.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
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object