Class DeleteMembershipResponse


  • public class DeleteMembershipResponse
    extends Object
    DeleteMembershipResponse.
    • Constructor Detail

      • DeleteMembershipResponse

        public DeleteMembershipResponse()
    • Method Detail

      • getId

        public UUID getId()
        Get id.
        Returns:
        id
      • setId

        public void setId​(UUID id)
        setId.
      • getErrorDetails

        public ErrorDetails getErrorDetails()
        Get errorDetails.
        Returns:
        errorDetails
      • setErrorDetails

        public void setErrorDetails​(ErrorDetails errorDetails)
        setErrorDetails.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object