Class AMIdentityMembershipCondition

    • Constructor Detail

      • AMIdentityMembershipCondition

        public AMIdentityMembershipCondition()
        Constructs a new AMIdentityMembershipCondition instance.
    • Method Detail

      • setState

        public void setState​(String state)
        Sets state of this object from a JSON string.
        Parameters:
        state - State of the object encoded as a JSON string
      • getState

        public String getState()
        Returns state of the object encoded as a JSON string.
        Returns:
        state of the object encoded as a JSON string.
      • getAmIdentityName

        public Set<String> getAmIdentityName()
      • setAmIdentityNames

        public void setAmIdentityNames​(Set<String> nameValues)
      • equals

        public boolean equals​(Object obj)
        Description copied from class: EntitlementConditionAdaptor
        Returns true if the passed in object is equal to this object
        Overrides:
        equals in class EntitlementConditionAdaptor
        Parameters:
        obj - object to check for equality
        Returns:
        true if the passed in object is equal to this object