global class MatchRecord { global List additionalinformation; global List fielddiffs; global Double matchconfidence; global SObject record; global List getAdditionalInformation() { } global List getFieldDiffs() { } global Double getMatchConfidence() { } global SObject getRecord() { } }