Class PiActionProfileGroup

  • All Implemented Interfaces:
    PiEntity

    @Beta
    public final class PiActionProfileGroup
    extends java.lang.Object
    implements PiEntity
    Instance of an action profile group of a protocol-independent pipeline.
    • Method Detail

      • id

        public PiActionProfileGroupId id()
        Returns the ID of this action profile group.
        Returns:
        action profile group ID
      • members

        public java.util.Collection<PiActionProfileGroup.WeightedMember> members()
        Returns the list of member references of this action profile group.
        Returns:
        collection of action profile members.
      • maxSize

        public int maxSize()
        Returns the maximum number of members that this group can hold. 0 signifies that a limit is not set.
        Returns:
        maximum number of members that this group can hold
      • actionProfile

        public PiActionProfileId actionProfile()
        Returns the ID of the action profile where this group belong.
        Returns:
        action profile ID
      • equals

        public boolean equals​(java.lang.Object obj)
        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
      • builder

        public static PiActionProfileGroup.Builder builder()
        Returns a new builder of action profile groups.
        Returns:
        action profile group builder
      • piEntityType

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