global class MatchResult { global String entitytype; global List errors; global String matchengine; global List matchrecords; global String rule; global Integer size; global Boolean success; global String getEntityType() { } global List getErrors() { } global String getMatchEngine() { } global List getMatchRecords() { } global String getRule() { } global Integer getSize() { } global Boolean isSuccess() { } }