Class AbstractResultResponse

    • Method Detail

      • equals

        public boolean equals​(Object obj)
        Checks to see if an object is equal to this AbstractResultResponse. First the object is checked to see if it is this AbstractResultResponse instance if so it returns true. Next it checks if the super method returns false and if it does false is returned. It then checks if the LDAPResult's are equal. If not false is returned and if they match true is returned.
        Overrides:
        equals in class AbstractMessage
        Parameters:
        obj - the object to compare to this LdapResult containing response
        Returns:
        true if they objects are equivalent false otherwise
      • toString

        public String toString()
        Get a String representation of an Response
        Overrides:
        toString in class Object
        Returns:
        An Response String