global class FindDuplicatesResult { global List duplicateresults; global List errors; global Boolean success; global List getDuplicateResults() { } global List getErrors() { } global Boolean isSuccess() { } }