global class MergeResult { global List errors; global Id id; global List mergedrecordids; global Boolean success; global List updatedrelatedids; global List getErrors() { } global Id getId() { } global List getMergedRecordIds() { } global List getUpdatedRelatedIds() { } global Boolean isSuccess() { } }